Skip to content

Commit e45f731

Browse files
committed
Doc
1 parent d2d4570 commit e45f731

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/RootedJsonDatatTest.php

+3
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ public function testJsonIntegrityFailureMagicSetter()
102102
$data->{"$[number]"} = "Alice";
103103
}
104104

105+
/**
106+
* Simple get value from JSON path.
107+
*/
105108
public function testJsonPathGetter()
106109
{
107110
$json = '{"container":{"number":51}}';

0 commit comments

Comments
 (0)