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