diff --git a/tests/unit/ls.php b/tests/unit/ls.php index 2108b544..577bfecc 100644 --- a/tests/unit/ls.php +++ b/tests/unit/ls.php @@ -16,5 +16,5 @@ $test_pages = array_merge($directories, glob("**/*-tests.html")); sort($test_pages); - echo json_encode( array('testPages' => $test_pages)); + echo '{ "testPages":["' . implode( '","', $test_pages ) . '"]}'; ?> \ No newline at end of file