Remove redundant build

[MAILPOET-1064]
This commit is contained in:
Pavel Dohnal
2017-08-23 11:31:28 +02:00
parent a15e1200b5
commit 967fa09f4f

View File

@ -154,7 +154,6 @@ class RoboFile extends \Robo\Tasks {
function testUnit($opts=['file' => null, 'xml' => false]) {
$this->loadEnv();
$this->_exec('vendor/bin/codecept build -c codeception.unit.yml');
$command = 'vendor/bin/codecept run unit -c codeception.unit.yml -f '.(($opts['file']) ? $opts['file'] : '');