Skip to content

Commit

Permalink
Delete unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 28, 2024
1 parent b03fe9b commit 2ef62d8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Framework/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -926,14 +926,6 @@ final public function setInIsolation(bool $inIsolation): void
$this->inIsolation = $inIsolation;
}

/**
* @internal This method is not covered by the backward compatibility promise for PHPUnit
*/
final public function isInIsolation(): bool
{
return $this->inIsolation;
}

/**
* @internal This method is not covered by the backward compatibility promise for PHPUnit
*/
Expand Down

0 comments on commit 2ef62d8

Please sign in to comment.