Skip to content

Commit dcc6467

Browse files
committed
chore: workaround for UndefinedClass
UndefinedClass: Class, interface or enum named SimpleConfig does not exist (see https://psalm.dev/019)
1 parent 7f3afe9 commit dcc6467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)