We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e9c6b commit 1c20d68Copy full SHA for 1c20d68
1 file changed
system/Test/bootstrap.php
@@ -75,6 +75,7 @@
75
76
// Initialize and register the loader with the SPL autoloader stack.
77
Services::autoloader()->initialize(new Autoload(), new Modules())->register();
78
+Services::autoloader()->loadHelpers();
79
80
// Now load Composer's if it's available
81
if (is_file(COMPOSER_PATH)) {
0 commit comments