From 5517acdeb5708935d74e869ef3afc5d52e33e2e4 Mon Sep 17 00:00:00 2001 From: Sergei Tigrov Date: Wed, 22 May 2024 22:46:08 +0700 Subject: [PATCH] Disable rector on tests (#340) --- rector.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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