Skip to content

Commit c52eae2

Browse files
committed
specify what filter forced skip
1 parent 117ebb4 commit c52eae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestSuite.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public function runTests($filter = null)
269269
$this->runTest($name);
270270
} else {
271271
$this->tests[$name]['skipped'] = true;
272-
\FUnit::debug_out("skipping test {$name} due to filter");
272+
\FUnit::debug_out("skipping test {$name} due to filter '{$filter}'");
273273
}
274274
}
275275

0 commit comments

Comments
 (0)