Changeset 34872 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 10/06/2015 05:27:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r34848 r34872 166 166 } 167 167 168 if ( ! isset( $skipped_groups['external-http'] ) ) {168 if ( ! isset( $skipped_groups['external-http'] ) ) { 169 169 echo PHP_EOL; 170 170 echo 'External HTTP skipped tests can be caused by timeouts.' . PHP_EOL; 171 echo 'If this changeset inclu es changes to HTTP, make sure there are no timeouts.' . PHP_EOL;171 echo 'If this changeset includes changes to HTTP, make sure there are no timeouts.' . PHP_EOL; 172 172 echo PHP_EOL; 173 173 }
Note: See TracChangeset
for help on using the changeset viewer.