Skip to content

Commit

Permalink
Merge branch '7.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 7, 2018
2 parents 047284a + 7f4a153 commit adf5906
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Runner/Filter/NameFilterIterator.php
Expand Up @@ -12,7 +12,6 @@
use PHPUnit\Framework\TestSuite;
use PHPUnit\Framework\WarningTestCase;
use PHPUnit\Util\RegularExpression;
use PHPUnit\Util\Test;
use RecursiveFilterIterator;
use RecursiveIterator;

Expand Down Expand Up @@ -51,7 +50,7 @@ public function accept(): bool
return true;
}

$tmp = \PHPUnit\Util\Test::describe($test, false);
$tmp = \PHPUnit\Util\Test::describe($test);

if ($test instanceof WarningTestCase) {
$name = $test->getMessage();
Expand Down

0 comments on commit adf5906

Please sign in to comment.