Upgrade codeception version

[MAILPOET-1064]
This commit is contained in:
Pavel Dohnal
2017-08-23 10:58:05 +02:00
parent a15b46cbab
commit a15e1200b5
3 changed files with 10 additions and 10 deletions

View File

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