summaryrefslogtreecommitdiffstats
path: root/php-kdyby-events-tester2.patch
blob: 8c2a31c462893a0d57c638b8f2a2d75d98eed793 (plain)
1
2
3
4
5
6
7
8
9
10
diff -up tests/KdybyTests/bootstrap.php.old tests/KdybyTests/bootstrap.php
--- tests/KdybyTests/bootstrap.php.old	2016-08-04 16:10:59.039641276 +0200
+++ tests/KdybyTests/bootstrap.php	2016-08-04 16:11:04.206667988 +0200
@@ -33,5 +33,5 @@ function id($val) {
 }
 
 function run(Tester\TestCase $testCase) {
-	$testCase->run(isset($_SERVER['argv'][1]) ? $_SERVER['argv'][1] : NULL);
+	$testCase->run();
 }