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 baab7d3 commit ea62c88Copy full SHA for ea62c88
rector.php
@@ -3,6 +3,7 @@
3
declare(strict_types=1);
4
5
use Rector\Config\RectorConfig;
6
+use Rector\PHPUnit\Set\PHPUnitSetList;
7
use Rector\Set\ValueObject\LevelSetList;
8
use Rector\Symfony\Set\SymfonySetList;
9
use Rector\ValueObject\PhpVersion;
@@ -19,6 +20,7 @@
19
20
->withAttributesSets(symfony: true)
21
->withSets([
22
LevelSetList::UP_TO_PHP_82,
23
+ PHPUnitSetList::PHPUNIT_100,
24
SymfonySetList::SYMFONY_64,
25
SymfonySetList::SYMFONY_CODE_QUALITY,
26
SymfonySetList::SYMFONY_CONSTRUCTOR_INJECTION,
0 commit comments