From 333ef6837758731ae294cf94d2e960535f6974bf Mon Sep 17 00:00:00 2001 From: Arslan Kalwar Date: Fri, 19 Sep 2025 22:19:03 +0500 Subject: [PATCH 1/2] Update test.php --- test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.php b/test.php index c2b56c7..8e66bfa 100644 --- a/test.php +++ b/test.php @@ -36,7 +36,7 @@ } unset( $WPT_FLAVOR_INI ); -// Uses the flavor (usually to test WordPress Multisite) +// Uses the extra tests group (e.g., ajax, ms-files, external-http) $WPT_EXTRATESTS_INI = trim( getenv( 'WPT_EXTRATESTS' ) ); switch( $WPT_EXTRATESTS_INI ) { case 0: @@ -62,7 +62,7 @@ * Retrieves the PHPUnit command from the environment variable 'WPT_PHPUNIT_CMD'. If the environment * variable is not set or is empty, it constructs a default command using the PHP executable path and * the test directory path from environment variables, appending parameters to the PHPUnit call to - * avoid reporting useless tests. + * Avoid reporting useless tests. */ $WPT_PHPUNIT_CMD = trim( getenv( 'WPT_PHPUNIT_CMD' ) ); if( empty( $WPT_PHPUNIT_CMD ) ) { From 42441b33644f9ec37d2717e83fa2c7b6064eadb2 Mon Sep 17 00:00:00 2001 From: Arslan Kalwar Date: Sat, 20 Sep 2025 06:23:32 +0500 Subject: [PATCH 2/2] Update test.php Co-authored-by: Amy Kamala <39748136+kittenkamala@users.noreply.github.com> --- test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.php b/test.php index 8e66bfa..67cf058 100644 --- a/test.php +++ b/test.php @@ -62,7 +62,7 @@ * Retrieves the PHPUnit command from the environment variable 'WPT_PHPUNIT_CMD'. If the environment * variable is not set or is empty, it constructs a default command using the PHP executable path and * the test directory path from environment variables, appending parameters to the PHPUnit call to - * Avoid reporting useless tests. + * avoid reporting useless tests. */ $WPT_PHPUNIT_CMD = trim( getenv( 'WPT_PHPUNIT_CMD' ) ); if( empty( $WPT_PHPUNIT_CMD ) ) {