Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Commit

Permalink
require newer nette/tester
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Sep 3, 2016
1 parent b5d1113 commit a2c2c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"latte/latte": "~2.3@dev",
"tracy/tracy": "~2.3@dev",

"nette/tester": "~1.3@rc"
"nette/tester": "~1.7"
},
"autoload": {
"psr-0": {
Expand Down
2 changes: 1 addition & 1 deletion tests/KdybyTests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ function id($val) {
}

function run(Tester\TestCase $testCase) {
$testCase->run(isset($_SERVER['argv'][1]) ? $_SERVER['argv'][1] : NULL);
$testCase->run();
}

0 comments on commit a2c2c36

Please sign in to comment.