Skip to content

Commit

Permalink
Add slash
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug authored and sebastianbergmann committed Dec 31, 2019
1 parent b03c1b8 commit 119764c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextUI/TestRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public function doRun(Test $suite, array $arguments = [], bool $exit = true): Te
}
// @codeCoverageIgnoreEnd

if (is_subclass_of($arguments['printer'], ResultPrinter::class)) {
if (\is_subclass_of($arguments['printer'], ResultPrinter::class)) {
$this->printer = $this->createPrinter($arguments['printer'], $arguments);
}
}
Expand Down

0 comments on commit 119764c

Please sign in to comment.