mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01:00
Uses Collision ^7.0
This commit is contained in:
@ -41,8 +41,8 @@ final class PestInstallCommand extends Command
|
||||
TestSuite::getInstance(base_path(), $this->option('test-directory'));
|
||||
|
||||
/* @phpstan-ignore-next-line */
|
||||
$pest = base_path(testDirectory('Pest.php'));
|
||||
$stubs = 'stubs/Laravel';
|
||||
$pest = base_path(testDirectory('Pest.php'));
|
||||
$stubs = 'stubs/Laravel';
|
||||
|
||||
if (File::exists($pest)) {
|
||||
throw new InvalidConsoleArgument(sprintf('%s already exist', $pest));
|
||||
|
||||
Reference in New Issue
Block a user