From 2b435b9a79b86e750ceee26645ea26391795336b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Aug 2016 16:23:03 +0200 Subject: php-kdyby-events: 3.0.2 --- php-kdyby-events-tester2.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 php-kdyby-events-tester2.patch (limited to 'php-kdyby-events-tester2.patch') diff --git a/php-kdyby-events-tester2.patch b/php-kdyby-events-tester2.patch new file mode 100644 index 0000000..8c2a31c --- /dev/null +++ b/php-kdyby-events-tester2.patch @@ -0,0 +1,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(); + } -- cgit