Skip to content

Commit

Permalink
chore: use PPHPUnitLevelSetList::UP_TO_PHPUNIT_100 instead of PHPUnit…
Browse files Browse the repository at this point in the history
…SetList::PHPUNIT_80
  • Loading branch information
kenjis committed Sep 7, 2023
1 parent 52d7134 commit 4dbb441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
use Rector\PHPUnit\CodeQuality\Rector\Class_\ConstructClassMethodToSetUpTestCaseRector;
use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector;
use Rector\PHPUnit\Set\PHPUnitLevelSetList;
use Rector\PHPUnit\Set\PHPUnitSetList;
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
use Rector\Set\ValueObject\LevelSetList;
Expand All @@ -53,8 +54,8 @@
$rectorConfig->sets([
SetList::DEAD_CODE,
LevelSetList::UP_TO_PHP_74,
PHPUnitLevelSetList::UP_TO_PHPUNIT_100,
PHPUnitSetList::PHPUNIT_CODE_QUALITY,
PHPUnitSetList::PHPUNIT_80,
]);

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

0 comments on commit 4dbb441

Please sign in to comment.