Skip to content

Commit 42441b3

Browse files
Update test.php
Co-authored-by: Amy Kamala <[email protected]>
1 parent 333ef68 commit 42441b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)