Turn on useNativeTypes.
This commit is contained in:
parent
f775f8ceda
commit
b4c2f11910
|
@ -389,7 +389,8 @@ class TestRunner {
|
||||||
// read test input files
|
// read test input files
|
||||||
$type = $test->{'@type'};
|
$type = $test->{'@type'};
|
||||||
$options = array(
|
$options = array(
|
||||||
'base' => 'http://json-ld.org/test-suite/tests/' . $test->input);
|
'base' => 'http://json-ld.org/test-suite/tests/' . $test->input,
|
||||||
|
'useNativeTypes' => true);
|
||||||
|
|
||||||
$pass = false;
|
$pass = false;
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue