diff --git a/rector.php b/rector.php index 987918939..0e7d2cd01 100644 --- a/rector.php +++ b/rector.php @@ -12,7 +12,8 @@ return static function (RectorConfig $rectorConfig): void { $rectorConfig->paths([ __DIR__ . '/src', - __DIR__ . '/tests', + /** Disable rector on tests */ + // __DIR__ . '/tests', ]); // register a single rule