From ba23559163c4eb55559799df3fdef5c268a62405 Mon Sep 17 00:00:00 2001 From: Stife Date: Sat, 2 Nov 2024 17:07:29 +0100 Subject: [PATCH] Update bootstrap.php --- Tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/bootstrap.php b/Tests/bootstrap.php index fd4c952893..673904c516 100644 --- a/Tests/bootstrap.php +++ b/Tests/bootstrap.php @@ -12,7 +12,7 @@ * @package WPCS\WordPressCodingStandards * @link https://github.com/WordPress/WordPress-Coding-Standards * @license https://opensource.org/licenses/MIT MIT - */ + */ if ( ! defined( 'PHP_CODESNIFFER_IN_TESTS' ) ) { define( 'PHP_CODESNIFFER_IN_TESTS', true );