Skip to content

Commit 1c20d68

Browse files
committed
fix: autoload helpers in test bootstrap
1 parent 93e9c6b commit 1c20d68

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)