Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
run-tests: remove version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnzlml committed Apr 23, 2016
1 parent eb7fa01 commit bb59feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ $script = array_shift($_SERVER['argv']);
$_SERVER['argv'] = (new \Testbench\Runner)->prepareArguments($_SERVER['argv'], $testsDir);
array_unshift($_SERVER['argv'], $script);

echo "TESTBENCH edition v2.1.4\n";
echo "TESTBENCH edition\n";
require $vendorDir . '/nette/tester/src/tester.php';

0 comments on commit bb59feb

Please sign in to comment.