mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Fixes --filter
This commit is contained in:
1
bin/pest
1
bin/pest
@ -46,7 +46,6 @@ use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
$args = $_SERVER['argv'];
|
||||
|
||||
// Let's remove any arguments that PHPUnit does not understand
|
||||
if ($argv->hasParameterOption('--test-directory')) {
|
||||
foreach ($args as $key => $value) {
|
||||
if (strpos($value, '--test-directory') !== false) {
|
||||
|
||||
Reference in New Issue
Block a user