From 3c46c84ed1878df0285e11e06cff6601696f7160 Mon Sep 17 00:00:00 2001 From: Kubik-Rubik Date: Fri, 30 Oct 2015 16:11:05 +0100 Subject: [PATCH] Build command with the bin folder --- RoboFile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RoboFile.php b/RoboFile.php index aba1c90..8c72d54 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -59,7 +59,7 @@ class RoboFile extends \Robo\Tasks $this->runSelenium(); // Make sure to tun 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() ->arg('--steps') @@ -114,7 +114,7 @@ class RoboFile extends \Robo\Tasks $this->runSelenium(); // Make sure to tun 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) {