Fix tests on console

This commit is contained in:
Jérémy Derussé 2019-08-04 00:21:34 +02:00
parent ce30848f15
commit bfd5d4e362
No known key found for this signature in database
GPG Key ID: 2083FA5758C473D2
2 changed files with 14 additions and 13 deletions

View File

@ -171,6 +171,7 @@ class ApplicationTest extends TestCase
};
$application = new Application();
$application->setAutoExit(false);
$application
->register('test-foo')
->setAliases(['test'])