cleanup tests

This commit is contained in:
Jonathan Labreuille
2015-11-12 14:11:27 +01:00
parent 70cfcbe7cc
commit 10a20935c3
24 changed files with 31 additions and 6410 deletions

View File

@@ -96,7 +96,7 @@ class RoboFile extends \Robo\Tasks {
function testUnit($file = null) {
$this->loadEnv();
$this->_exec('vendor/bin/codecept build');
$this->_exec('vendor/bin/codecept run unit -f '.(($file) ? $file : ''));
$this->_exec('vendor/bin/codecept run unit '.(($file) ? $file : ''));
}
function testJavascript() {