Skip to content

Commit

Permalink
remove json_encode for those who aren't able to upgrade their version…
Browse files Browse the repository at this point in the history
… of php for god knows what reason ;)
  • Loading branch information
johnbender committed Aug 17, 2011
1 parent 3737d17 commit a8aa78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ls.php
Expand Up @@ -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 ) . '"]}';
?>

0 comments on commit a8aa78d

Please sign in to comment.