mirror of
https://github.com/friendica/friendica
synced 2025-04-23 23:50:12 +00:00
Bugfixing executable (Mocking the executable)
This commit is contained in:
parent
92d3d77e76
commit
d75cc0cb34
3 changed files with 59 additions and 14 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue