We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4b92f commit 333ef68Copy full SHA for 333ef68
1 file changed
test.php
@@ -36,7 +36,7 @@
36
}
37
unset( $WPT_FLAVOR_INI );
38
39
-// Uses the flavor (usually to test WordPress Multisite)
+// Uses the extra tests group (e.g., ajax, ms-files, external-http)
40
$WPT_EXTRATESTS_INI = trim( getenv( 'WPT_EXTRATESTS' ) );
41
switch( $WPT_EXTRATESTS_INI ) {
42
case 0:
@@ -62,7 +62,7 @@
62
* Retrieves the PHPUnit command from the environment variable 'WPT_PHPUNIT_CMD'. If the environment
63
* variable is not set or is empty, it constructs a default command using the PHP executable path and
64
* the test directory path from environment variables, appending parameters to the PHPUnit call to
65
- * avoid reporting useless tests.
+ * Avoid reporting useless tests.
66
*/
67
$WPT_PHPUNIT_CMD = trim( getenv( 'WPT_PHPUNIT_CMD' ) );
68
if( empty( $WPT_PHPUNIT_CMD ) ) {
0 commit comments