Skip to content

Commit

Permalink
chore: style
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Aug 4, 2023
1 parent 1813f0a commit dcccbdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/Adapters/Phpunit/Printers/DefaultPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,6 @@ public function testRunnerExecutionFinished(ExecutionFinished $event): void
{
$result = Facade::result();



if (ResultReflection::numberOfTests(Facade::result()) === 0) {
$this->output->writeln([
'',
Expand Down
2 changes: 1 addition & 1 deletion src/Adapters/Phpunit/State.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class State
/**
* The current test case class.
*/
public string|null $testCaseName;
public ?string $testCaseName;

/**
* The current test case tests.
Expand Down

0 comments on commit dcccbdd

Please sign in to comment.