Skip to content

Commit

Permalink
add autoload to functional bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Apr 4, 2024
1 parent e7ce768 commit 0278147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/bootstrap/functional.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* file that was distributed with this source code.
*/

require_once __DIR__.'/../../vendor/autoload.php';

// setup expected test environment (per check_configuration.php)
ini_set('magic_quotes_runtime', 'off');
ini_set('session.auto_start', 'off');
Expand Down

0 comments on commit 0278147

Please sign in to comment.