From fe4d8f24b52270862fc3502a4779e6733b4d8eef Mon Sep 17 00:00:00 2001 From: kenjis Date: Fri, 8 Dec 2023 09:31:02 +0900 Subject: [PATCH] chore: apply rector to files in tests/_support/ --- rector.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rector.php b/rector.php index 4410fb2f9464..a50a2b90addb 100644 --- a/rector.php +++ b/rector.php @@ -80,13 +80,16 @@ __DIR__ . '/system/ThirdParty', __DIR__ . '/tests/system/Config/fixtures', __DIR__ . '/tests/system/Filters/fixtures', - __DIR__ . '/tests/_support', + __DIR__ . '/tests/_support/Commands/Foobar.php', + __DIR__ . '/tests/_support/View', + JsonThrowOnErrorRector::class, YieldDataProviderRector::class, RemoveUnusedPrivateMethodRector::class => [ // private method called via getPrivateMethodInvoker __DIR__ . '/tests/system/Test/ReflectionHelperTest.php', + __DIR__ . '/tests/_support/Test/TestForReflectionHelper.php', ], RemoveUnusedConstructorParamRector::class => [