Skip to content

Commit f75e33d

Browse files
committed
chore: change PHPUnitLevelSetList::UP_TO_PHPUNIT_100 to PHPUnitSetList::PHPUNIT_100
It does not work for us. See #7904 (comment)
1 parent 94d546b commit f75e33d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rector.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
4141
use Rector\PHPUnit\CodeQuality\Rector\Class_\ConstructClassMethodToSetUpTestCaseRector;
4242
use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector;
43-
use Rector\PHPUnit\Set\PHPUnitLevelSetList;
4443
use Rector\PHPUnit\Set\PHPUnitSetList;
4544
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
4645
use Rector\Set\ValueObject\LevelSetList;
@@ -54,8 +53,8 @@
5453
$rectorConfig->sets([
5554
SetList::DEAD_CODE,
5655
LevelSetList::UP_TO_PHP_74,
57-
PHPUnitLevelSetList::UP_TO_PHPUNIT_100,
5856
PHPUnitSetList::PHPUNIT_CODE_QUALITY,
57+
PHPUnitSetList::PHPUNIT_100,
5958
]);
6059

6160
$rectorConfig->parallel(240, 8, 1);

0 commit comments

Comments
 (0)