From 573eb117d85b3f510b10b341c1191172de523883 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Tue, 9 Jul 2013 15:40:56 +0200 Subject: [PATCH] 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. --- admin/tool/behat/lang/en/tool_behat.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/tool/behat/lang/en/tool_behat.php b/admin/tool/behat/lang/en/tool_behat.php index 6c4f29650d0..31cd490eca5 100644 --- a/admin/tool/behat/lang/en/tool_behat.php +++ b/admin/tool/behat/lang/en/tool_behat.php @@ -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:';