Skip to content

Commit

Permalink
remove from code-quality set as performant heavy
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 27, 2024
1 parent 9353203 commit 561fc78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions config/sets/phpunit-code-quality.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
declare(strict_types=1);

use Rector\Config\RectorConfig;
use Rector\PHPUnit\CodeQuality\Rector\Class_\AddSeeTestAnnotationRector;
use Rector\PHPUnit\CodeQuality\Rector\Class_\ConstructClassMethodToSetUpTestCaseRector;
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
use Rector\PHPUnit\CodeQuality\Rector\Class_\TestWithToDataProviderRector;
Expand Down Expand Up @@ -32,7 +31,6 @@

return static function (RectorConfig $rectorConfig): void {
$rectorConfig->rules([
AddSeeTestAnnotationRector::class,
ConstructClassMethodToSetUpTestCaseRector::class,
AssertSameTrueFalseToAssertTrueFalseRector::class,
AssertEqualsToSameRector::class,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use PHPStan\Reflection\ReflectionProvider;
use Rector\BetterPhpDocParser\PhpDocInfo\PhpDocInfo;
use Rector\BetterPhpDocParser\PhpDocInfo\PhpDocInfoFactory;
use Rector\BetterPhpDocParser\PhpDocManipulator\PhpDocTagRemover;
use Rector\Comments\NodeDocBlock\DocBlockUpdater;
use Rector\PHPUnit\Naming\TestClassNameResolver;
use Rector\Rector\AbstractRector;
Expand Down

0 comments on commit 561fc78

Please sign in to comment.