Skip to content

Commit c5046d1

Browse files
committed
chore(rector): drop superfluous skipping of ReplaceTestAnnotationWithPrefixedFunctionRector rule
1 parent 6edd3b5 commit c5046d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Rector\Config\RectorConfig;
66
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
7-
use Rector\PHPUnit\CodeQuality\Rector\ClassMethod\ReplaceTestAnnotationWithPrefixedFunctionRector;
87
use Rector\PHPUnit\Set\PHPUnitSetList;
98
use Rector\PHPUnit\CodeQuality\Rector\Class_\RemoveDataProviderParamKeysRector;
109

@@ -39,5 +38,4 @@
3938
__DIR__ . '/Classes/ViewHelpers/Type/*',
4039
PreferPHPUnitThisCallRector::class,
4140
RemoveDataProviderParamKeysRector::class,
42-
ReplaceTestAnnotationWithPrefixedFunctionRector::class,
4341
]);

0 commit comments

Comments
 (0)