Skip to content

Commit 4dbb441

Browse files
committed
chore: use PPHPUnitLevelSetList::UP_TO_PHPUNIT_100 instead of PHPUnitSetList::PHPUNIT_80
1 parent 52d7134 commit 4dbb441

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rector.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
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;
4344
use Rector\PHPUnit\Set\PHPUnitSetList;
4445
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
4546
use Rector\Set\ValueObject\LevelSetList;
@@ -53,8 +54,8 @@
5354
$rectorConfig->sets([
5455
SetList::DEAD_CODE,
5556
LevelSetList::UP_TO_PHP_74,
57+
PHPUnitLevelSetList::UP_TO_PHPUNIT_100,
5658
PHPUnitSetList::PHPUNIT_CODE_QUALITY,
57-
PHPUnitSetList::PHPUNIT_80,
5859
]);
5960

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

0 commit comments

Comments
 (0)