Commit ba5502b
Ibrahim BinAlshikh
fix(test): add clearstatcache() before class_exists in AddLangCommandTest
PHP 8.3 caches file_exists() results via realpath_cache, causing
the autoloader to not see newly created class files. clearstatcache()
forces a fresh filesystem check.1 parent 369d756 commit ba5502b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments