From 1ec67a54adff45052e581bd66ea3c579d69a3a19 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Mar 2020 15:33:29 +0100 Subject: v1.8.1 from Fedora --- php-behat-mink-driver-testsuite-bootstrap.patch | 26 ------------------------- 1 file changed, 26 deletions(-) delete mode 100644 php-behat-mink-driver-testsuite-bootstrap.patch (limited to 'php-behat-mink-driver-testsuite-bootstrap.patch') diff --git a/php-behat-mink-driver-testsuite-bootstrap.patch b/php-behat-mink-driver-testsuite-bootstrap.patch deleted file mode 100644 index 7ed656b..0000000 --- a/php-behat-mink-driver-testsuite-bootstrap.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/driver-testsuite/bootstrap.php b/driver-testsuite/bootstrap.php -index f69a45b..ff6c7d1 100644 ---- a/driver-testsuite/bootstrap.php -+++ b/driver-testsuite/bootstrap.php -@@ -1,20 +1,6 @@ - addPsr4('Behat\Mink\Tests\Driver\\', __DIR__.'/tests'); -- --// Clean the global variables --unset($file); --unset($loader); -+require_once __DIR__ . '/autoload.php'; - - // Check the definition of the driverLoaderFactory - -- cgit