Skip to content

Commit a8aa78d

Browse files
committed
remove json_encode for those who aren't able to upgrade their version of php for god knows what reason ;)
1 parent 3737d17 commit a8aa78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/ls.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
$test_pages = array_merge($directories, glob("**/*-tests.html"));
1717
sort($test_pages);
1818

19-
echo json_encode( array('testPages' => $test_pages));
19+
echo '{ "testPages":["' . implode( '","', $test_pages ) . '"]}';
2020
?>

0 commit comments

Comments
 (0)