Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Commit 9946d57

Browse files
committed
Avoid fatal locally and in CI
1 parent 153afda commit 9946d57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/EndToEnd/AdminNoticeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ protected function _before() {
1717
}
1818

1919
public function test_admin_notice_output() {
20+
require_once WP_PLUGIN_DIR . '/dws-framework-bootstrapper-test-plugin/bootstrap.php';
2021
if ( true === \DeepWebSolutions\Framework\is_bootstrapper_initialized() ) {
2122
codecept_debug( 'Bootstrapper has been initialized ... checking that the message is NOT present' );
2223
$this->tester->dontSee( 'Your environment does not meet all the system requirements listed below' );

0 commit comments

Comments
 (0)