30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-13 11:42:20 +00:00

Typo... thank Javier! :-P

This commit is contained in:
Kubik-Rubik 2015-10-30 16:38:49 +01:00
parent 3c46c84ed1
commit 68c6864021

View File

@ -58,7 +58,7 @@ class RoboFile extends \Robo\Tasks
$this->runSelenium(); $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->_exec($this->isWindows() ? 'vendor\bin\codecept.bat build' : 'php vendor/bin/codecept build');
$this->taskCodecept() $this->taskCodecept()
@ -113,7 +113,7 @@ class RoboFile extends \Robo\Tasks
{ {
$this->runSelenium(); $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->_exec($this->isWindows() ? 'vendor\bin\codecept.bat build' : 'php vendor/bin/codecept build');
if (!$pathToTestFile) if (!$pathToTestFile)