We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333ef68 commit 42441b3Copy full SHA for 42441b3
test.php
@@ -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