From de0e0fb3da7e9d73fe18a3054bd4d2a931380bea Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:22:45 +0200 Subject: [PATCH] Update bootstrap.php --- tests/bootstrap.php | 5 +++++ 1 file changed, 5 insertions(+) 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';