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 6a9fadd commit c6ec4c0Copy full SHA for c6ec4c0
src/Framework/RepeatTestSuite.php
@@ -20,7 +20,7 @@
20
*
21
* @internal This class is not covered by the backward compatibility promise for PHPUnit
22
*/
23
-final class RepeatTestSuite implements Reorderable, Test
+final readonly class RepeatTestSuite implements Reorderable, Test
24
{
25
/**
26
* @var non-empty-list<PhptTestCase>|non-empty-list<TestCase>
src/Framework/TestCase.php
@@ -965,6 +965,9 @@ final public function wasPrepared(): bool
965
return $this->wasPrepared;
966
}
967
968
+ /**
969
+ * @internal This method is not covered by the backward compatibility promise for PHPUnit
970
+ */
971
public function markSkippedForErrorInPreviousRepetition(): void
972
973
$message = 'Test repetition failure';
0 commit comments