We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e50795 commit 36ea567Copy full SHA for 36ea567
rector.php
@@ -114,9 +114,13 @@
114
// Ignore tests that use CodeIgniter::CI_VERSION
115
UnwrapFutureCompatibleIfPhpVersionRector::class => [
116
__DIR__ . '/tests/Commands/UserModelGeneratorTest.php',
117
+ __DIR__ . '/tests/Controllers/LoginTest.php',
118
+ __DIR__ . '/tests/Commands/SetupTest.php',
119
],
120
RemoveUnusedPrivatePropertyRector::class => [
121
122
123
124
125
]);
126
// auto import fully qualified class names
0 commit comments