diff --git a/Tests/PHPCI/Command/InstallCommandTest.php b/Tests/PHPCI/Command/InstallCommandTest.php index 040a4803..5d70f31c 100644 --- a/Tests/PHPCI/Command/InstallCommandTest.php +++ b/Tests/PHPCI/Command/InstallCommandTest.php @@ -107,6 +107,7 @@ class InstallCommandTest extends \PHPUnit_Framework_TestCase '--admin-name' => 'phpci4', '--admin-pass' => 'phpci5', '--url' => 'http://test.phpci.org', + '--queue-disabled' => null, ); if (!is_null($exclude)) {