From b0a1a7991b2bfdbeecc1269aa1dfb1719562cded Mon Sep 17 00:00:00 2001 From: Jakub Zverina Date: Wed, 3 Jun 2015 14:50:31 +0200 Subject: [PATCH] #12 correct filtering status output --- src/Process/ProcessSetCreator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {