Skip to content

Commit 333ef68

Browse files
authored
Update test.php
1 parent 4c4b92f commit 333ef68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
unset( $WPT_FLAVOR_INI );
3838

39-
// Uses the flavor (usually to test WordPress Multisite)
39+
// Uses the extra tests group (e.g., ajax, ms-files, external-http)
4040
$WPT_EXTRATESTS_INI = trim( getenv( 'WPT_EXTRATESTS' ) );
4141
switch( $WPT_EXTRATESTS_INI ) {
4242
case 0:
@@ -62,7 +62,7 @@
6262
* Retrieves the PHPUnit command from the environment variable 'WPT_PHPUNIT_CMD'. If the environment
6363
* variable is not set or is empty, it constructs a default command using the PHP executable path and
6464
* the test directory path from environment variables, appending parameters to the PHPUnit call to
65-
* avoid reporting useless tests.
65+
* Avoid reporting useless tests.
6666
*/
6767
$WPT_PHPUNIT_CMD = trim( getenv( 'WPT_PHPUNIT_CMD' ) );
6868
if( empty( $WPT_PHPUNIT_CMD ) ) {

0 commit comments

Comments
 (0)