Skip to content

Commit ea62c88

Browse files
author
xmarchegay
committed
#4 - Add PHPUnit 10 set to Rector configuration.
1 parent baab7d3 commit ea62c88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
declare(strict_types=1);
44

55
use Rector\Config\RectorConfig;
6+
use Rector\PHPUnit\Set\PHPUnitSetList;
67
use Rector\Set\ValueObject\LevelSetList;
78
use Rector\Symfony\Set\SymfonySetList;
89
use Rector\ValueObject\PhpVersion;
@@ -19,6 +20,7 @@
1920
->withAttributesSets(symfony: true)
2021
->withSets([
2122
LevelSetList::UP_TO_PHP_82,
23+
PHPUnitSetList::PHPUNIT_100,
2224
SymfonySetList::SYMFONY_64,
2325
SymfonySetList::SYMFONY_CODE_QUALITY,
2426
SymfonySetList::SYMFONY_CONSTRUCTOR_INJECTION,

0 commit comments

Comments
 (0)