Skip to content

Commit 2ef62d8

Browse files
Delete unused method
1 parent b03fe9b commit 2ef62d8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Framework/TestCase.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -926,14 +926,6 @@ final public function setInIsolation(bool $inIsolation): void
926926
$this->inIsolation = $inIsolation;
927927
}
928928

929-
/**
930-
* @internal This method is not covered by the backward compatibility promise for PHPUnit
931-
*/
932-
final public function isInIsolation(): bool
933-
{
934-
return $this->inIsolation;
935-
}
936-
937929
/**
938930
* @internal This method is not covered by the backward compatibility promise for PHPUnit
939931
*/

0 commit comments

Comments
 (0)