Skip to content

Commit 0edfd6f

Browse files
committed
test: move class files for testing
The module will be added dynamically. So it is special.
1 parent 94e43fd commit 0edfd6f

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tests/system/Config/ServicesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ public function testResetServiceCache(): void
362362

363363
Services::autoloader()->addNamespace(
364364
'AfterAutoloadModule',
365-
TESTPATH . '_support/Test/AfterAutoloadModule/'
365+
SUPPORTPATH . '_AfterAutoloadModule/'
366366
);
367367
Services::resetServicesCache();
368368

0 commit comments

Comments
 (0)