From 98c4c0d0488885298a26f0875122e4b75f53fbdf Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Tue, 28 Feb 2023 23:08:25 +0700 Subject: [PATCH] skip fixture --- rector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/rector.php b/rector.php index 797387ba4aba..d79d47cb3fee 100644 --- a/rector.php +++ b/rector.php @@ -78,6 +78,7 @@ __DIR__ . '/system/Debug/Toolbar/Views/toolbar.tpl.php', __DIR__ . '/system/ThirdParty', __DIR__ . '/tests/system/Config/fixtures', + __DIR__ . '/tests/system/Filters/fixtures', __DIR__ . '/tests/_support', JsonThrowOnErrorRector::class, StringifyStrNeedlesRector::class,