Skip to content

Commit 9054057

Browse files
add null test
1 parent abcfa5c commit 9054057

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/DBAL/JmsJsonTypeFunctionalTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public function values()
8989
$date = new \DateTime();
9090

9191
return array(
92+
array(null, null),
9293
array(1, 'integer::1'),
9394
array(1.25, 'double::1.25'),
9495
array(true, 'boolean::true'),

0 commit comments

Comments
 (0)