Skip to content

Commit 9c8b0d6

Browse files
committed
Bump PHPUnit Rector version
1 parent c0f4c53 commit 9c8b0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Template/rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
use Rector\Set\ValueObject\SetList;
3737

3838
return static function (RectorConfig $rectorConfig): void {
39-
$rectorConfig->sets([SetList::DEAD_CODE, LevelSetList::UP_TO_PHP_74, PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD, PHPUnitSetList::PHPUNIT_80]);
39+
$rectorConfig->sets([SetList::DEAD_CODE, LevelSetList::UP_TO_PHP_74, PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD, PHPUnitSetList::PHPUNIT_91]);
4040
$rectorConfig->parallel();
4141
// The paths to refactor (can also be supplied with CLI arguments)
4242
$rectorConfig->paths([

0 commit comments

Comments
 (0)