From 84abb52e68b58a0eb04a7e55592192b58ba86317 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Nov 2020 17:04:58 +0100 Subject: update to 8.5.9 raise dependency on doctrine/instantiator 1.3.1 raise dependency on myclabs/deep-copy 1.10.0 raise dependency on phpspec/prophecy 1.10.3 raise dependency on phpunit/php-code-coverage 7.0.10 raise dependency on sebastian/environment 4.2.2 raise dependency on sebastian/exporter 3.1.2 --- phpunit8-rpm.patch | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'phpunit8-rpm.patch') 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'); -- cgit