Commit ab85015
committed
PHP 8.5 | Update tests involving the
A number of tests verify the behaviour of PHPCS when a user tries to change a "php.ini only" ini setting, which should result in an error being displayed.
Unfortunately, the ini setting which was being used for these tests will be removed as of PHP 8.5, so this commit switches out the `disable_classes` ini setting for the `extension` ini setting to still be able to verify the behaviour.
Ref: https://wiki.php.net/rfc/deprecations_php_8_5#remove_disable_classes_ini_settingdisable_classes ini setting1 parent 2878bd7 commit ab85015
File tree
3 files changed
+8
-8
lines changed- tests/Core
- Config
- Ruleset
3 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments