Skip to content

Commit 1ebe1e9

Browse files
committed
chore: add PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD to rector
https://github.com/rectorphp/rector-phpunit
1 parent d875dd0 commit 1ebe1e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
use Rector\Php71\Rector\FuncCall\CountOnNullRector;
4343
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
4444
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
45+
use Rector\PHPUnit\Set\PHPUnitSetList;
4546
use Rector\Set\ValueObject\LevelSetList;
4647
use Rector\Set\ValueObject\SetList;
4748
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
@@ -53,6 +54,7 @@
5354
return static function (ContainerConfigurator $containerConfigurator): void {
5455
$containerConfigurator->import(SetList::DEAD_CODE);
5556
$containerConfigurator->import(LevelSetList::UP_TO_PHP_73);
57+
$containerConfigurator->import(PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD);
5658

5759
$parameters = $containerConfigurator->parameters();
5860

0 commit comments

Comments
 (0)