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