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