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 d97292d commit fc72298Copy full SHA for fc72298
1 file changed
rector.php
@@ -21,7 +21,6 @@
21
use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector;
22
use Rector\PHPUnit\CodeQuality\Rector\Class_\AddSeeTestAnnotationRector;
23
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
24
-use Rector\PHPUnit\Set\PHPUnitLevelSetList;
25
use Rector\PHPUnit\Set\PHPUnitSetList;
26
use Rector\Set\ValueObject\LevelSetList;
27
@@ -33,7 +32,7 @@
33
32
34
$rectorConfig->sets([
35
LevelSetList::UP_TO_PHP_80,
36
- PHPUnitLevelSetList::UP_TO_PHPUNIT_90,
+ PHPUnitSetList::PHPUNIT_90,
37
PHPUnitSetList::PHPUNIT_CODE_QUALITY,
38
]);
39
0 commit comments