We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8035e0 + a8aa78d commit 0ab9e27Copy full SHA for 0ab9e27
tests/unit/ls.php
@@ -16,5 +16,5 @@
16
$test_pages = array_merge($directories, glob("**/*-tests.html"));
17
sort($test_pages);
18
19
- echo json_encode( array('testPages' => $test_pages));
+ echo '{ "testPages":["' . implode( '","', $test_pages ) . '"]}';
20
?>
0 commit comments