Skip to content

Commit 39cbf36

Browse files
authored
Use Pest as default testing framework (#1530)
1 parent 7e9c149 commit 39cbf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Console/InstallCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ protected function afterPromptingForMissingArguments(InputInterface $input, Outp
871871
$input->setOption('pest', select(
872872
label: 'Which testing framework do you prefer?',
873873
options: ['Pest', 'PHPUnit'],
874-
default: $this->isUsingPest() ? 'Pest' : 'PHPUnit',
874+
default: 'Pest',
875875
) === 'Pest');
876876
}
877877

0 commit comments

Comments
 (0)