Skip to content

Commit 27ee09e

Browse files
test has path
1 parent 7e98b9d commit 27ee09e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/DotNotationTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ public function hasPathProvider(): array
213213
'a.b',
214214
true
215215
],
216+
'case_17' => [
217+
['a' => ['b' => 0]],
218+
'',
219+
false
220+
],
216221
];
217222
}
218223

0 commit comments

Comments
 (0)