getParameter('behat.silverstripe_extension.bootstrap_file'); if ($bootstrapFile) { require_once $bootstrapFile; } unset($_GET['flush']); // Remove the error handler so that PHPUnit can add its own restore_error_handler(); } }