Changeset 34848 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 10/06/2015 03:36:18 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r34172 r34848 165 165 echo sprintf( 'Not running %1$s tests. To execute these, use --group %1$s.', $group_name ) . PHP_EOL; 166 166 } 167 168 if ( ! isset( $skipped_groups['external-http'] ) ){ 169 echo PHP_EOL; 170 echo 'External HTTP skipped tests can be caused by timeouts.' . PHP_EOL; 171 echo 'If this changeset inclues changes to HTTP, make sure there are no timeouts.' . PHP_EOL; 172 echo PHP_EOL; 173 } 167 174 } 168 175 }
Note: See TracChangeset
for help on using the changeset viewer.