From cbfd5765e54d3db66bb2a3682467aadf92f53304 Mon Sep 17 00:00:00 2001 From: MGatner Date: Wed, 27 Apr 2022 20:26:54 +0000 Subject: [PATCH] Skip Rector file --- rector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/rector.php b/rector.php index fdd2cd3..fef458f 100644 --- a/rector.php +++ b/rector.php @@ -77,6 +77,7 @@ __DIR__ . '/src/Config/Auth.php', __DIR__ . '/src/Language', __DIR__ . '/src/Views', + __DIR__ . '/tests/controllers/LoginTest.php', // not sure why this crashes Rector JsonThrowOnErrorRector::class, StringifyStrNeedlesRector::class,