File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 41
41
use Rector \Php55 \Rector \String_ \StringClassNameToClassConstantRector ;
42
42
use Rector \Php70 \Rector \FuncCall \RandomFunctionRector ;
43
43
use Rector \Php73 \Rector \FuncCall \JsonThrowOnErrorRector ;
44
+ use Rector \Php80 \Rector \Class_ \AnnotationToAttributeRector ;
45
+ use Rector \PHPUnit \AnnotationsToAttributes \Rector \Class_ \AnnotationWithValueToAttributeRector ;
46
+ use Rector \PHPUnit \AnnotationsToAttributes \Rector \Class_ \CoversAnnotationWithValueToAttributeRector ;
47
+ use Rector \PHPUnit \AnnotationsToAttributes \Rector \ClassMethod \DataProviderAnnotationToAttributeRector ;
48
+ use Rector \PHPUnit \AnnotationsToAttributes \Rector \ClassMethod \DependsAnnotationWithValueToAttributeRector ;
44
49
use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
45
50
use Rector \PHPUnit \Set \PHPUnitSetList ;
46
51
use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
133
138
RandomFunctionRector::class,
134
139
135
140
SimplifyRegexPatternRector::class,
141
+
142
+ // PHPUnit 10 (requires PHP 8.1) features
143
+ DataProviderAnnotationToAttributeRector::class,
144
+ DependsAnnotationWithValueToAttributeRector::class,
145
+ AnnotationWithValueToAttributeRector::class,
146
+ AnnotationToAttributeRector::class,
147
+ CoversAnnotationWithValueToAttributeRector::class,
136
148
]);
137
149
138
150
// auto import fully qualified class names
You can’t perform that action at this time.
0 commit comments