Skip to content

Commit

Permalink
PHPUnit\Util\Test::describe() only accepts one argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 7, 2018
1 parent 4b18def commit 7f4a153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner/Filter/NameFilterIterator.php
Expand Up @@ -50,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 7f4a153

Please sign in to comment.