File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 42
42
use Rector \Php71 \Rector \FuncCall \CountOnNullRector ;
43
43
use Rector \Php73 \Rector \FuncCall \JsonThrowOnErrorRector ;
44
44
use Rector \Php73 \Rector \FuncCall \StringifyStrNeedlesRector ;
45
+ use Rector \PHPUnit \Set \PHPUnitSetList ;
45
46
use Rector \Set \ValueObject \LevelSetList ;
46
47
use Rector \Set \ValueObject \SetList ;
47
48
use Symfony \Component \DependencyInjection \Loader \Configurator \ContainerConfigurator ;
53
54
return static function (ContainerConfigurator $ containerConfigurator ): void {
54
55
$ containerConfigurator ->import (SetList::DEAD_CODE );
55
56
$ containerConfigurator ->import (LevelSetList::UP_TO_PHP_73 );
57
+ $ containerConfigurator ->import (PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD );
56
58
57
59
$ parameters = $ containerConfigurator ->parameters ();
58
60
You can’t perform that action at this time.
0 commit comments