Skip to content

Commit 1c86924

Browse files
authored
Merge pull request #8472 from kenjis/remove-MockSecurityConfig
refactor: remove deprecated MockSecurityConfig
2 parents 79c5074 + 7f39512 commit 1c86924

File tree

3 files changed

+1
-38
lines changed

3 files changed

+1
-38
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2756,11 +2756,6 @@
27562756
'count' => 1,
27572757
'path' => __DIR__ . '/system/Test/Mock/MockResult.php',
27582758
];
2759-
$ignoreErrors[] = [
2760-
'message' => '#^Property CodeIgniter\\\\Test\\\\Mock\\\\MockSecurityConfig\\:\\:\\$excludeURIs has no type specified\\.$#',
2761-
'count' => 1,
2762-
'path' => __DIR__ . '/system/Test/Mock/MockSecurityConfig.php',
2763-
];
27642759
$ignoreErrors[] = [
27652760
'message' => '#^Property CodeIgniter\\\\Test\\\\Mock\\\\MockServices\\:\\:\\$classmap has no type specified\\.$#',
27662761
'count' => 1,

system/Test/Mock/MockSecurityConfig.php

Lines changed: 0 additions & 33 deletions
This file was deleted.

user_guide_src/source/changelogs/v4.5.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ Test
211211
- ``ControllerTester``
212212
- ``FeatureResponse``
213213
- ``FeatureTestCase``
214+
- ``Mock\MockSecurityConfig``
214215

215216
Spark Commands
216217
--------------

0 commit comments

Comments
 (0)