Skip to content

Commit

Permalink
Update bootstrap.php
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Apr 22, 2024
1 parent 5710b7e commit de0e0fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,9 @@ function () {
}
);

/**
* Start up the WP testing environment.
*
* @link https://github.com/wp-phpunit/example-plugin/blob/master/tests/bootstrap.php
*/
require getenv( 'WP_PHPUNIT__DIR' ) . '/includes/bootstrap.php';

0 comments on commit de0e0fb

Please sign in to comment.