Skip to content

Commit

Permalink
chore: apply rector to files in tests/_support/
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Dec 8, 2023
1 parent 8f0758a commit fe4d8f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 => [
Expand Down

0 comments on commit fe4d8f2

Please sign in to comment.