Skip to content

Commit

Permalink
Merge pull request #8275 from kenjis/fix-test-autoload-helpers
Browse files Browse the repository at this point in the history
fix: autoload helpers in test bootstrap
  • Loading branch information
kenjis authored Dec 2, 2023
2 parents 54cbc32 + 1c20d68 commit 0c9b3ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/Test/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@

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

// Now load Composer's if it's available
if (is_file(COMPOSER_PATH)) {
Expand Down

0 comments on commit 0c9b3ff

Please sign in to comment.