Skip to content

Commit 797c5d6

Browse files
committed
chore: apply rector to files in tests/_support/
1 parent 8ff48df commit 797c5d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rector.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,16 @@
8080
__DIR__ . '/system/ThirdParty',
8181
__DIR__ . '/tests/system/Config/fixtures',
8282
__DIR__ . '/tests/system/Filters/fixtures',
83-
__DIR__ . '/tests/_support',
83+
__DIR__ . '/tests/_support/Commands/Foobar.php',
84+
__DIR__ . '/tests/_support/View',
85+
8486
JsonThrowOnErrorRector::class,
8587
YieldDataProviderRector::class,
8688

8789
RemoveUnusedPrivateMethodRector::class => [
8890
// private method called via getPrivateMethodInvoker
8991
__DIR__ . '/tests/system/Test/ReflectionHelperTest.php',
92+
__DIR__ . '/tests/_support/Test/TestForReflectionHelper.php',
9093
],
9194

9295
RemoveUnusedConstructorParamRector::class => [

0 commit comments

Comments
 (0)