diff --git a/tests/phpunit/includes/bootstrap.php b/tests/phpunit/includes/bootstrap.php index 0beefd604a..a33c0f8897 100644 --- a/tests/phpunit/includes/bootstrap.php +++ b/tests/phpunit/includes/bootstrap.php @@ -165,10 +165,10 @@ class WP_PHPUnit_Util_Getopt extends PHPUnit_Util_Getopt { echo sprintf( 'Not running %1$s tests. To execute these, use --group %1$s.', $group_name ) . PHP_EOL; } - if ( ! isset( $skipped_groups['external-http'] ) ){ + if ( ! isset( $skipped_groups['external-http'] ) ) { echo PHP_EOL; echo 'External HTTP skipped tests can be caused by timeouts.' . PHP_EOL; - echo 'If this changeset inclues changes to HTTP, make sure there are no timeouts.' . PHP_EOL; + echo 'If this changeset includes changes to HTTP, make sure there are no timeouts.' . PHP_EOL; echo PHP_EOL; } }