We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54cbc32 + 1c20d68 commit 0c9b3ffCopy full SHA for 0c9b3ff
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