behat_error(BEHAT_EXITCODE_CONFIG,'$CFG->behat_dataroot directory is not empty, ensure this is the directory where you want to install behat test dataroot');
}
closedir($dh);
unset($dh);
unset($file);
}
// Now we create dataroot directory structure for behat tests.
$string['theninfo']='Then. Checkings to ensure the outcomes are the expected ones';
$string['viewsteps']='Filter';
$string['wheninfo']='When. Actions that provokes an event';
$string['wrongphpversion']='PHP 5.4 or higher is required to run acceptance tests. See config-dist.php for alternatives.';
$string['wrongbehatsetup']='Something is wrong with the setup, ensure you ran the composer installer and vendor/bin/behat file has execution permissions';