From 364911316c742558f5e096a2e9f03b99d0ef29e7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Dec 2015 15:07:27 +0100 Subject: php-behat-mink: import from Fedora --- php-behat-mink-driver-testsuite-bootstrap.patch | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create 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 new file mode 100644 index 0000000..7ed656b --- /dev/null +++ b/php-behat-mink-driver-testsuite-bootstrap.patch @@ -0,0 +1,26 @@ +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