diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-15 09:32:27 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-15 09:32:27 +0200 |
commit | d44e64963089543c103331f3ff7f65174c1aaac5 (patch) | |
tree | d26a7fb7b0d916c91cddd335dfe8c27a7ad04a98 /php-kdyby-events-tester2.patch | |
parent | 8faf1563537a66c19ac05840e7baa1c65601a4fc (diff) |
v3.1.0
Diffstat (limited to 'php-kdyby-events-tester2.patch')
-rw-r--r-- | php-kdyby-events-tester2.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/php-kdyby-events-tester2.patch b/php-kdyby-events-tester2.patch deleted file mode 100644 index 8c2a31c..0000000 --- a/php-kdyby-events-tester2.patch +++ /dev/null @@ -1,10 +0,0 @@ -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(); - } |