diff --git a/tests/php/bootstrap.php b/tests/php/bootstrap.php index c3307a4bdda..6544797f06a 100644 --- a/tests/php/bootstrap.php +++ b/tests/php/bootstrap.php @@ -5,6 +5,7 @@ use Yoast\WPTestUtils\WPIntegration; +define( 'WP_DEVELOPMENT_MODE', 'theme' ); define( 'TESTS_PLUGIN_DIR', dirname( dirname( __DIR__ ) ) ); // When run in wp-env context, set the test config file path.