We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d7134 commit 4dbb441Copy full SHA for 4dbb441
rector.php
@@ -40,6 +40,7 @@
40
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
41
use Rector\PHPUnit\CodeQuality\Rector\Class_\ConstructClassMethodToSetUpTestCaseRector;
42
use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector;
43
+use Rector\PHPUnit\Set\PHPUnitLevelSetList;
44
use Rector\PHPUnit\Set\PHPUnitSetList;
45
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
46
use Rector\Set\ValueObject\LevelSetList;
@@ -53,8 +54,8 @@
53
54
$rectorConfig->sets([
55
SetList::DEAD_CODE,
56
LevelSetList::UP_TO_PHP_74,
57
+ PHPUnitLevelSetList::UP_TO_PHPUNIT_100,
58
PHPUnitSetList::PHPUNIT_CODE_QUALITY,
- PHPUnitSetList::PHPUNIT_80,
59
]);
60
61
$rectorConfig->parallel(240, 8, 1);
0 commit comments