diff --git a/tests/bootstrap.php b/tests/bootstrap.php index fc054a7..c664655 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -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';