We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a8f72 commit f1db879Copy full SHA for f1db879
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, meaning the null entry is not last in the document
+ //'bla' => true, // When adding this line, tests are passing, meaning the 'dog' => null entry is not last in the document
81
];
82
83
$this->assertEquals(null, $data['dog']);
0 commit comments