summaryrefslogtreecommitdiffstats
path: root/mockery-tests.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-06 08:58:26 +0200
committerRemi Collet <remi@php.net>2023-06-06 08:58:26 +0200
commit8c213e6bb50d1c4055c378af4fa1d23ff661983f (patch)
tree06b3aa78d535857d9704eed34a2f2977015f0749 /mockery-tests.patch
parentbc072a7a07a32d8eac956a96e29c0080e281a660 (diff)
update to 1.6.1
Diffstat (limited to 'mockery-tests.patch')
-rw-r--r--mockery-tests.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/mockery-tests.patch b/mockery-tests.patch
deleted file mode 100644
index 3019204..0000000
--- a/mockery-tests.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -up ./tests/Bootstrap.php.rpm ./tests/Bootstrap.php
---- ./tests/Bootstrap.php.rpm 2018-05-08 10:54:48.000000000 +0200
-+++ ./tests/Bootstrap.php 2018-05-13 10:39:38.471383840 +0200
-@@ -50,11 +50,9 @@ if (!file_exists($autoloadPath)) {
-
- require_once $autoloadPath;
-
--$hamcrestRelativePath = 'hamcrest/hamcrest-php/hamcrest/Hamcrest.php';
--if (DIRECTORY_SEPARATOR !== '/') {
-- $hamcrestRelativePath = str_replace('/', DIRECTORY_SEPARATOR, $hamcrestRelativePath);
--}
--$hamcrestPath = $composerVendorDirectory . DIRECTORY_SEPARATOR . $hamcrestRelativePath;
-+require_once __DIR__ . '/classmap.php';
-+
-+$hamcrestPath = '/usr/share/php/Hamcrest2/Hamcrest.php';
-
- require_once $hamcrestPath;
-