From 1a180645de698a667c2b93dbe388200eba6b8490 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Tue, 2 Jul 2024 14:13:16 +0700 Subject: [PATCH] chore: skip tests View fixtures from rector --- rector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/rector.php b/rector.php index f3f1f3f12bdc..7bb54aab325e 100644 --- a/rector.php +++ b/rector.php @@ -93,6 +93,7 @@ __DIR__ . '/tests/system/Filters/fixtures', __DIR__ . '/tests/_support/Commands/Foobar.php', __DIR__ . '/tests/_support/View', + __DIR__ . '/tests/system/View/Views', YieldDataProviderRector::class,