Skip to content

Commit 7b7f47e

Browse files
committed
wip
1 parent e0f9730 commit 7b7f47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ protected function afterPromptingForMissingArguments(InputInterface $input, Outp
851851

852852
$input->setOption('pest', select(
853853
label: 'Which testing framework do you prefer?',
854-
options: ['PHPUnit', 'Pest'],
854+
options: ['Pest', 'PHPUnit'],
855855
default: $this->isUsingPest() ? 'Pest' : 'PHPUnit',
856856
) === 'Pest');
857857
}

0 commit comments

Comments
 (0)