Remove unnecessary output line.
This commit is contained in:
parent
60994879d6
commit
5f2b5a246c
1 changed files with 0 additions and 1 deletions
|
@ -285,6 +285,5 @@ $tr->group('JSON-LD');
|
||||||
$tr->run($tr->load($options['d']));
|
$tr->run($tr->load($options['d']));
|
||||||
$tr->ungroup();
|
$tr->ungroup();
|
||||||
echo "Done. Total:{$tr->total} Passed:{$tr->passed} Failed:{$tr->failed}$eol";
|
echo "Done. Total:{$tr->total} Passed:{$tr->passed} Failed:{$tr->failed}$eol";
|
||||||
echo "All tests complete.$eol";
|
|
||||||
|
|
||||||
/* end of file, omit ?> */
|
/* end of file, omit ?> */
|
||||||
|
|
Loading…
Reference in a new issue