We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a1707 commit d5a8f72Copy full SHA for d5a8f72
tests/unit/DocumentTest.php
@@ -77,7 +77,7 @@ public function testDocumentNulls(): void
77
$data = [
78
'$permissions' => null,
79
'dog' => null,
80
- //'bla' => true, // When adding this tests are passing
+ //'bla' => true, // When adding this tests are passing, meaning the null entry is not last in the document
81
];
82
83
$this->assertEquals(null, $data['dog']);
0 commit comments