diff options
Diffstat (limited to 'php-composer-ca-bundle-rpm.patch')
-rw-r--r-- | php-composer-ca-bundle-rpm.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-composer-ca-bundle-rpm.patch b/php-composer-ca-bundle-rpm.patch index 9ff37d0..3dfdc65 100644 --- a/php-composer-ca-bundle-rpm.patch +++ b/php-composer-ca-bundle-rpm.patch @@ -13,8 +13,8 @@ diff -up ./src/CaBundle.php.rpm ./src/CaBundle.php diff -up ./tests/CaBundleTest.php.rpm ./tests/CaBundleTest.php --- ./tests/CaBundleTest.php.rpm 2021-01-12 13:55:35.957422992 +0100 +++ ./tests/CaBundleTest.php 2021-01-12 13:56:54.872069486 +0100 -@@ -124,7 +124,7 @@ class CaBundleTest extends TestCase - public function testOpenBaseDir() +@@ -97,7 +97,7 @@ class CaBundleTest extends TestCase + public function testOpenBaseDir(): void { $oldValue = ini_get('open_basedir') ?: ''; - ini_set('open_basedir', dirname(__DIR__)); |