diff --git a/src/Console/DuskCommand.php b/src/Console/DuskCommand.php index cf329a266..28b7b81fc 100644 --- a/src/Console/DuskCommand.php +++ b/src/Console/DuskCommand.php @@ -307,11 +307,7 @@ protected function writeConfiguration() { if (! file_exists($file = base_path('phpunit.dusk.xml')) && ! file_exists(base_path('phpunit.dusk.xml.dist'))) { - if (version_compare(Version::id(), '10.0', '>=')) { - copy(realpath(__DIR__.'/../../stubs/phpunit.xml'), $file); - } else { - copy(realpath(__DIR__.'/../../stubs/phpunit9.xml'), $file); - } + copy(realpath(__DIR__.'/../../stubs/phpunit.xml'), $file); return; } diff --git a/stubs/phpunit9.xml b/stubs/phpunit9.xml deleted file mode 100644 index 07f70bd12..000000000 --- a/stubs/phpunit9.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - ./tests/Browser - - -