diff --git a/src/Process/ProcessSetCreator.php b/src/Process/ProcessSetCreator.php index a3f7205c..5231b483 100644 --- a/src/Process/ProcessSetCreator.php +++ b/src/Process/ProcessSetCreator.php @@ -59,7 +59,7 @@ public function __construct( */ public function createFromFiles(Finder $files, array $groups = null, array $excludeGroups = null, $filter = null) { - if ($groups || $excludeGroups) { + if ($groups || $excludeGroups || $filter) { $this->output->writeln('Filtering testcases:'); } if ($groups) {