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:
David Monllao
2013-07-09 15:40:56 +02:00
parent f8e6e5bc30
commit 573eb117d8
+1 -2
View File
@@ -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>';