addPsr4('Behat\Mink\Tests\Driver\\', __DIR__.'/tests'); // Clean the global variables unset($file); unset($loader); // Check the definition of the driverLoaderFactory if (!isset($GLOBALS['driver_config_factory'])) { echo PHP_EOL.'The "driver_config_factory" global variable must be set.'.PHP_EOL; exit(1); } if (!is_callable($GLOBALS['driver_config_factory'])) { echo PHP_EOL.'The "driver_config_factory" global variable must be a callable.'.PHP_EOL; exit(1); }