File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2828 "phpunit/phpcov" : " ^9.0.2 || ^10.0" ,
2929 "phpunit/phpunit" : " ^10.5.16 || ^11.2" ,
3030 "predis/predis" : " ^3.0" ,
31- "rector/rector" : " 2.2.5 " ,
31+ "rector/rector" : " 2.2.6 " ,
3232 "shipmonk/phpstan-baseline-per-identifier" : " ^2.0"
3333 },
3434 "replace" : {
Original file line number Diff line number Diff line change 3737use Rector \PHPUnit \CodeQuality \Rector \Class_ \RemoveDataProviderParamKeysRector ;
3838use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
3939use Rector \PHPUnit \CodeQuality \Rector \FuncCall \AssertFuncCallToPHPUnitAssertRector ;
40+ use Rector \PHPUnit \CodeQuality \Rector \StmtsAwareInterface \DeclareStrictTypesTestsRector ;
41+ use Rector \Privatization \Rector \Class_ \FinalizeTestCaseClassRector ;
4042use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
4143use Rector \Strict \Rector \Empty_ \DisallowedEmptyRuleFixerRector ;
4244use Rector \TypeDeclaration \Rector \ArrowFunction \AddArrowFunctionReturnTypeRector ;
178180 // use $this inside static closure
179181 __DIR__ . '/tests/system/AutoReview/FrameworkCodeTest.php ' ,
180182 ],
183+
184+ // some tests extended by other tests
185+ FinalizeTestCaseClassRector::class,
186+
187+ DeclareStrictTypesTestsRector::class => [
188+ __DIR__ . '/tests/system/Debug/ExceptionsTest.php ' ,
189+ ],
181190 ])
182191 // auto import fully qualified class names
183192 ->withImportNames (removeUnusedImports: true )
You can’t perform that action at this time.
0 commit comments