Skip to content

Commit 45ce53b

Browse files
authored
Merge pull request #8180 from kenjis/fix-psalm_autoload.php
chore: [Psalm] workaround for UndefinedClass SimpleConfig
2 parents 35e1b85 + dcc6467 commit 45ce53b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

psalm_autoload.php

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
$dirs = [
2727
'tests/_support/Controllers',
28+
'tests/system/Config/fixtures',
2829
];
2930

3031
foreach ($dirs as $dir) {

0 commit comments

Comments
 (0)