PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
rector
/
rector-phpunit
/
config
/
sets
<?php declare (strict_types=1); namespace RectorPrefix202411; use Rector\Config\RectorConfig; use Rector\PHPUnit\PHPUnit70\Rector\Class_\RemoveDataProviderTestPrefixRector; use Rector\Renaming\Rector\ClassMethod\RenameAnnotationRector; use Rector\Renaming\ValueObject\RenameAnnotationByType; return static function (RectorConfig $rectorConfig) : void { $rectorConfig->ruleWithConfiguration(RenameAnnotationRector::class, [new RenameAnnotationByType('PHPUnit\\Framework\\TestCase', 'scenario', 'test')]); $rectorConfig->rule(RemoveDataProviderTestPrefixRector::class); };
[-] phpunit90.php
[edit]
[+]
..
[-] phpunit110.php
[edit]
[-] phpunit40.php
[edit]
[-] phpunit100.php
[edit]
[-] phpunit-code-quality.php
[edit]
[-] annotations-to-attributes.php
[edit]
[-] phpunit70.php
[edit]
[-] phpunit60.php
[edit]
[-] phpunit50.php
[edit]
[-] phpunit80.php
[edit]