Skip to content

Commit 0c9b3ff

Browse files
authored
Merge pull request #8275 from kenjis/fix-test-autoload-helpers
fix: autoload helpers in test bootstrap
2 parents 54cbc32 + 1c20d68 commit 0c9b3ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/Test/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575

7676
// Initialize and register the loader with the SPL autoloader stack.
7777
Services::autoloader()->initialize(new Autoload(), new Modules())->register();
78+
Services::autoloader()->loadHelpers();
7879

7980
// Now load Composer's if it's available
8081
if (is_file(COMPOSER_PATH)) {

0 commit comments

Comments
 (0)