mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 18:57:22 +01:00
add --ansi option to artisan command call
This commit is contained in:
@ -127,7 +127,7 @@ final class Init implements HandlesArguments
|
|||||||
$command = [
|
$command = [
|
||||||
'php', 'artisan',
|
'php', 'artisan',
|
||||||
'pest:install',
|
'pest:install',
|
||||||
'--no-interaction',
|
'--ansi', '--no-interaction',
|
||||||
];
|
];
|
||||||
|
|
||||||
return (new Process($command, $this->testSuite->rootPath, ['COMPOSER_MEMORY_LIMIT' => '-1']))
|
return (new Process($command, $this->testSuite->rootPath, ['COMPOSER_MEMORY_LIMIT' => '-1']))
|
||||||
|
|||||||
Reference in New Issue
Block a user