|
3136 | 3136 | 'count' => 1, |
3137 | 3137 | 'path' => __DIR__ . '/system/Test/DOMParser.php', |
3138 | 3138 | ]; |
3139 | | -$ignoreErrors[] = [ |
3140 | | - 'message' => '#^Access to an undefined property object\\:\\:\\$createdField\\.$#', |
3141 | | - 'count' => 1, |
3142 | | - 'path' => __DIR__ . '/system/Test/Fabricator.php', |
3143 | | -]; |
3144 | | -$ignoreErrors[] = [ |
3145 | | - 'message' => '#^Access to an undefined property object\\:\\:\\$deletedField\\.$#', |
3146 | | - 'count' => 1, |
3147 | | - 'path' => __DIR__ . '/system/Test/Fabricator.php', |
3148 | | -]; |
3149 | | -$ignoreErrors[] = [ |
3150 | | - 'message' => '#^Access to an undefined property object\\:\\:\\$updatedField\\.$#', |
3151 | | - 'count' => 1, |
3152 | | - 'path' => __DIR__ . '/system/Test/Fabricator.php', |
3153 | | -]; |
3154 | | -$ignoreErrors[] = [ |
3155 | | - 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
3156 | | - 'count' => 5, |
3157 | | - 'path' => __DIR__ . '/system/Test/Fabricator.php', |
3158 | | -]; |
3159 | 3139 | $ignoreErrors[] = [ |
3160 | 3140 | 'message' => '#^Method CodeIgniter\\\\Test\\\\Fabricator\\:\\:resetCounts\\(\\) has no return type specified\\.$#', |
3161 | 3141 | 'count' => 1, |
|
3176 | 3156 | 'count' => 1, |
3177 | 3157 | 'path' => __DIR__ . '/system/Test/FeatureTestCase.php', |
3178 | 3158 | ]; |
3179 | | -$ignoreErrors[] = [ |
3180 | | - 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
3181 | | - 'count' => 1, |
3182 | | - 'path' => __DIR__ . '/system/Test/FeatureTestCase.php', |
3183 | | -]; |
3184 | 3159 | $ignoreErrors[] = [ |
3185 | 3160 | 'message' => '#^Method CodeIgniter\\\\Test\\\\FeatureTestCase\\:\\:clearInsertCache\\(\\) has no return type specified\\.$#', |
3186 | 3161 | 'count' => 1, |
|
3306 | 3281 | 'count' => 1, |
3307 | 3282 | 'path' => __DIR__ . '/system/Test/Mock/MockCURLRequest.php', |
3308 | 3283 | ]; |
3309 | | -$ignoreErrors[] = [ |
3310 | | - 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
3311 | | - 'count' => 3, |
3312 | | - 'path' => __DIR__ . '/system/Test/Mock/MockCache.php', |
3313 | | -]; |
3314 | 3284 | $ignoreErrors[] = [ |
3315 | 3285 | 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockCache\\:\\:assertHas\\(\\) has no return type specified\\.$#', |
3316 | 3286 | 'count' => 1, |
|
3346 | 3316 | 'count' => 1, |
3347 | 3317 | 'path' => __DIR__ . '/system/Test/Mock/MockConnection.php', |
3348 | 3318 | ]; |
3349 | | -$ignoreErrors[] = [ |
3350 | | - 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
3351 | | - 'count' => 2, |
3352 | | - 'path' => __DIR__ . '/system/Test/Mock/MockConnection.php', |
3353 | | -]; |
3354 | 3319 | $ignoreErrors[] = [ |
3355 | 3320 | 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockConnection\\:\\:_close\\(\\) should return mixed but return statement is missing\\.$#', |
3356 | 3321 | 'count' => 1, |
|
0 commit comments