Skip to content

Commit 36ea567

Browse files
committed
chore: add skip
1 parent 7e50795 commit 36ea567

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rector.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,13 @@
114114
// Ignore tests that use CodeIgniter::CI_VERSION
115115
UnwrapFutureCompatibleIfPhpVersionRector::class => [
116116
__DIR__ . '/tests/Commands/UserModelGeneratorTest.php',
117+
__DIR__ . '/tests/Controllers/LoginTest.php',
118+
__DIR__ . '/tests/Commands/SetupTest.php',
117119
],
118120
RemoveUnusedPrivatePropertyRector::class => [
119121
__DIR__ . '/tests/Commands/UserModelGeneratorTest.php',
122+
__DIR__ . '/tests/Controllers/LoginTest.php',
123+
__DIR__ . '/tests/Commands/SetupTest.php',
120124
],
121125
]);
122126
// auto import fully qualified class names

0 commit comments

Comments
 (0)