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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

psalm_autoload.php

Lines changed: 1 addition & 0 deletions
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)