From 68c68640213608081a08eb74c06d30f13cb575bd Mon Sep 17 00:00:00 2001 From: Kubik-Rubik Date: Fri, 30 Oct 2015 16:38:49 +0100 Subject: [PATCH] Typo... thank Javier! :-P --- RoboFile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RoboFile.php b/RoboFile.php index 8c72d54..affed5b 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -58,7 +58,7 @@ class RoboFile extends \Robo\Tasks $this->runSelenium(); - // Make sure to tun the build command to generate AcceptanceTester + // Make sure to run the build command to generate AcceptanceTester $this->_exec($this->isWindows() ? 'vendor\bin\codecept.bat build' : 'php vendor/bin/codecept build'); $this->taskCodecept() @@ -113,7 +113,7 @@ class RoboFile extends \Robo\Tasks { $this->runSelenium(); - // Make sure to tun the build command to generate AcceptanceTester + // Make sure to run the build command to generate AcceptanceTester $this->_exec($this->isWindows() ? 'vendor\bin\codecept.bat build' : 'php vendor/bin/codecept build'); if (!$pathToTestFile)