Bugfixing executable (Mocking the executable)

This commit is contained in:
Philipp Holzer 2018-10-31 11:57:51 +01:00
parent 92d3d77e76
commit d75cc0cb34
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
3 changed files with 59 additions and 14 deletions

View file

@ -13,7 +13,10 @@ abstract class ConsoleTest extends TestCase
use VFSTrait;
use AppMockTrait;
protected $stdout;
/**
* @var array The default argv for a Console Instance
*/
protected $consoleArgv = [ 'consoleTest.php' ];
protected function setUp()
{