summaryrefslogtreecommitdiffstats
path: root/phpunit8-rpm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit8-rpm.patch')
-rw-r--r--phpunit8-rpm.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/phpunit8-rpm.patch b/phpunit8-rpm.patch
index 8b70cbd..b66a4d2 100644
--- a/phpunit8-rpm.patch
+++ b/phpunit8-rpm.patch
@@ -1,6 +1,6 @@
diff -up ./phpunit.rpm ./phpunit
---- ./phpunit.rpm 2019-02-01 06:41:59.000000000 +0100
-+++ ./phpunit 2019-02-01 08:43:27.079804951 +0100
+--- ./phpunit.rpm 2020-11-10 16:52:55.000000000 +0100
++++ ./phpunit 2020-11-10 16:58:06.470107562 +0100
@@ -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/Util/Configuration.php.rpm ./src/Util/Configuration.php
---- ./src/Util/Configuration.php.rpm 2019-02-01 06:41:59.000000000 +0100
-+++ ./src/Util/Configuration.php 2019-02-01 08:43:27.079804951 +0100
-@@ -899,7 +899,7 @@ final class Configuration
+--- ./src/Util/Configuration.php.rpm 2020-11-10 16:58:06.470107562 +0100
++++ ./src/Util/Configuration.php 2020-11-10 16:59:17.462913118 +0100
+@@ -903,7 +903,7 @@ final class Configuration
private function validateConfigurationAgainstSchema(): void
{
$original = \libxml_use_internal_errors(true);
@@ -54,10 +54,10 @@ diff -up ./src/Util/Configuration.php.rpm ./src/Util/Configuration.php
+ $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 2019-02-01 08:43:27.080804957 +0100
-+++ ./tests/bootstrap.php 2019-02-01 08:44:59.691284599 +0100
+--- ./tests/bootstrap.php.rpm 2020-11-10 16:52:55.000000000 +0100
++++ ./tests/bootstrap.php 2020-11-10 16:58:06.470107562 +0100
@@ -14,4 +14,9 @@ if (!\defined('TEST_FILES_PATH')) {
\ini_set('precision', '14');
\ini_set('serialize_precision', '14');