File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2020 *
2121 * @internal This class is not covered by the backward compatibility promise for PHPUnit
2222 */
23- final class RepeatTestSuite implements Reorderable, Test
23+ final readonly class RepeatTestSuite implements Reorderable, Test
2424{
2525 /**
2626 * @var non-empty-list<PhptTestCase>|non-empty-list<TestCase>
Original file line number Diff line number Diff line change @@ -965,7 +965,10 @@ final public function wasPrepared(): bool
965965 return $ this ->wasPrepared ;
966966 }
967967
968- public function markSkippedForErrorInPreviousRepetition (): void
968+ /**
969+ * @internal This method is not covered by the backward compatibility promise for PHPUnit
970+ */
971+ public function markSkippedForErrorInPreviousRepetition (): void
969972 {
970973 $ message = 'Test repetition failure ' ;
971974
You can’t perform that action at this time.
0 commit comments