Fixes --filter

This commit is contained in:
Nuno Maduro
2022-09-15 23:55:54 +01:00
parent d8f3e9c313
commit 579b975318
4 changed files with 183 additions and 2 deletions

View File

@ -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) {