Use twentynineteen theme

This commit is contained in:
Amine Ben hammou
2020-06-23 15:12:34 +02:00
committed by Rostislav Wolný
parent ee70c2d5c5
commit 79ea00b0ed
2 changed files with 3 additions and 3 deletions

View File

@@ -267,7 +267,7 @@ class RoboFile extends \Robo\Tasks {
($opts['skip-deps'] ? '-e SKIP_DEPS=1 ' : '') .
($opts['timeout'] ? '-e WAIT_TIMEOUT=' . (int)$opts['timeout'] . ' ' : '') .
'-e MULTISITE=1 ' .
'codeception --steps --debug -vvv' .
'codeception --steps --debug -vvv ' .
'-f ' . ($opts['file'] ? $opts['file'] : '')
)->dir(__DIR__ . '/tests/docker')->run();
}