Skip to content

Commit d5a8f72

Browse files
committed
message
1 parent 20a1707 commit d5a8f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/DocumentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function testDocumentNulls(): void
7777
$data = [
7878
'$permissions' => null,
7979
'dog' => null,
80-
//'bla' => true, // When adding this tests are passing
80+
//'bla' => true, // When adding this tests are passing, meaning the null entry is not last in the document
8181
];
8282

8383
$this->assertEquals(null, $data['dog']);

0 commit comments

Comments
 (0)