From ef4b4cf7b1d26a6836c56e02185247d167af0b9b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Oct 2020 14:40:03 +0100 Subject: update to 1.4.2 raise dependency on PHP 7.3 drop compatibility with old phpunit 5, 6 and 7 --- mockery-tests.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 mockery-tests.patch (limited to 'mockery-tests.patch') 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; - -- cgit