mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Fix typo in [34848].
See #33968. git-svn-id: https://develop.svn.wordpress.org/trunk@34872 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user