Typo... thank Javier! :-P

This commit is contained in:
Kubik-Rubik 2015-10-30 16:38:49 +01:00
parent 3c46c84ed1
commit 68c6864021
1 changed files with 2 additions and 2 deletions

View File

@ -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)