File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3333unset($ rules ['get_class_to_class_keyword ' ]); // TODO: remove when dropping support to PHP <8.0
3434unset($ rules ['modernize_strpos ' ]); // TODO: remove when dropping support to PHP <8.0
3535unset($ rules ['use_arrow_functions ' ]); // TODO: remove when dropping support to PHP <7.4
36+ unset($ rules [PhpCsFixerCustomFixers \Fixer \PhpdocOnlyAllowedAnnotationsFixer::name ()]); // TODO: remove after new php-cs-fixer-config release
3637unset($ rules [PhpCsFixerCustomFixers \Fixer \PromotedConstructorPropertyFixer::name ()]); // TODO: remove when dropping support to PHP <8.0
3738$ rules ['trailing_comma_in_multiline ' ] = true ; // TODO: remove when dropping support to PHP <8.0
3839
Original file line number Diff line number Diff line change 2121 */
2222final class InfectionConfigTest extends TestCase
2323{
24+ /**
25+ * @runInSeparateProcess
26+ */
2427 public function testConfigIsUpToDate (): void
2528 {
2629 if (\file_exists (__DIR__ . '/../../.dev-tools/vendor/autoload.php ' )) {
You can’t perform that action at this time.
0 commit comments