MDL-40595 tool_behat: Referencing init.php script
Almost everybody will use init.php instead of running manually the composer commands and util.php to install and enable the test environment.
This commit is contained in:
@@ -39,6 +39,5 @@ $string['theninfo'] = 'Then. Checkings to ensure the outcomes are the expected o
|
||||
$string['viewsteps'] = 'Filter';
|
||||
$string['wheninfo'] = 'When. Actions that provokes an event';
|
||||
$string['wrongbehatsetup'] = 'Something is wrong with behat setup, ensure:<ul>
|
||||
<li>You ran "curl http://getcomposer.org/installer | php"</li>
|
||||
<li>You ran "php composer.phar install --dev"</li>
|
||||
<li>You ran "php admin/tool/behat/cli/init.php" from your moodle root directory</li>
|
||||
<li>vendor/bin/behat file has execution permissions</li></ul>';
|
||||
|
||||
Reference in New Issue
Block a user