We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef62d8 commit 8309713Copy full SHA for 8309713
src/Framework/TestCase.php
@@ -920,6 +920,8 @@ final public function setPreserveGlobalState(bool $preserveGlobalState): void
920
921
/**
922
* @internal This method is not covered by the backward compatibility promise for PHPUnit
923
+ *
924
+ * @codeCoverageIgnore
925
*/
926
final public function setInIsolation(bool $inIsolation): void
927
{
@@ -928,6 +930,8 @@ final public function setInIsolation(bool $inIsolation): void
928
930
929
931
932
933
934
935
936
final public function result(): mixed
937
0 commit comments