Skip to content

Commit

Permalink
ci: attempt to fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Apr 1, 2024
1 parent 1357428 commit 1adb8fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
function _manually_load_plugin() {
require_once( __DIR__ . '/../../pressbooks/hm-autoloader.php' );
require_once( __DIR__ . '/../../pressbooks/pressbooks.php' );
require_once( __DIR__ . '/../../pressbooks/requires.php' );
require_once( __DIR__ . '/../../pressbooks/requires-admin.php' );
require_once( __DIR__ . '/../excalibur.php' );
}

Expand Down

0 comments on commit 1adb8fd

Please sign in to comment.