summaryrefslogtreecommitdiffstats
path: root/phpunit9-rpm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit9-rpm.patch')
-rw-r--r--phpunit9-rpm.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/phpunit9-rpm.patch b/phpunit9-rpm.patch
index 62091a4..5984d82 100644
--- a/phpunit9-rpm.patch
+++ b/phpunit9-rpm.patch
@@ -1,6 +1,6 @@
diff -up ./phpunit.rpm ./phpunit
---- ./phpunit.rpm 2020-02-07 07:56:17.000000000 +0100
-+++ ./phpunit 2020-02-07 16:20:53.817753399 +0100
+--- ./phpunit.rpm 2020-07-14 07:50:32.000000000 +0200
++++ ./phpunit 2020-07-14 07:59:08.950883697 +0200
@@ -27,25 +27,12 @@ if (!ini_get('date.timezone')) {
ini_set('date.timezone', 'UTC');
}
@@ -44,9 +44,9 @@ diff -up ./phpunit.rpm ./phpunit
+ PHPUnit\TextUI\Command::main(); // PHPUnit v6 or newer
+}
diff -up ./src/TextUI/Configuration/Loader.php.rpm ./src/TextUI/Configuration/Loader.php
---- ./src/TextUI/Configuration/Loader.php.rpm 2020-02-07 07:56:17.000000000 +0100
-+++ ./src/TextUI/Configuration/Loader.php 2020-02-07 16:20:53.818753394 +0100
-@@ -194,7 +194,7 @@ final class Loader
+--- ./src/TextUI/Configuration/Loader.php.rpm 2020-07-14 07:59:08.950883697 +0200
++++ ./src/TextUI/Configuration/Loader.php 2020-07-14 08:00:39.167509659 +0200
+@@ -195,7 +195,7 @@ final class Loader
private function validate(\DOMDocument $document): array
{
$original = \libxml_use_internal_errors(true);
@@ -54,10 +54,10 @@ diff -up ./src/TextUI/Configuration/Loader.php.rpm ./src/TextUI/Configuration/Lo
+ $xsdFilename = __DIR__ . '/../../phpunit.xsd';
if (\defined('__PHPUNIT_PHAR_ROOT__')) {
- $xsdFilename = __PHPUNIT_PHAR_ROOT__ . '/phpunit.xsd';
+ $xsdFilename = __PHPUNIT_PHAR_ROOT__ . '/phpunit.xsd';
diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php
---- ./tests/bootstrap.php.rpm 2020-02-07 16:21:18.097630840 +0100
-+++ ./tests/bootstrap.php 2020-02-07 16:22:12.237357522 +0100
+--- ./tests/bootstrap.php.rpm 2020-07-14 07:50:32.000000000 +0200
++++ ./tests/bootstrap.php 2020-07-14 07:59:08.950883697 +0200
@@ -14,4 +14,8 @@ if (!\defined('TEST_FILES_PATH')) {
\ini_set('precision', '14');
\ini_set('serialize_precision', '14');