Changeset 47156 for trunk/tests/phpunit/includes/trac.php
- Timestamp:
- 02/01/2020 09:36:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/trac.php
r47122 r47156 48 48 public static function usingLocalCache() { 49 49 echo PHP_EOL . "\x1b[0m\x1b[30;43m\x1b[2K"; 50 echo 'I NFO: Trac was inaccessible, so a local ticket status cache was used.' . PHP_EOL;50 echo 'Info: Trac was inaccessible, so a local ticket status cache was used.' . PHP_EOL; 51 51 echo "\x1b[0m\x1b[2K"; 52 52 } … … 55 55 public static function forcingKnownBugs() { 56 56 echo PHP_EOL . "\x1b[0m\x1b[37;41m\x1b[2K"; 57 echo "E RROR: Trac was inaccessible, so known bugs weren't able to be skipped." . PHP_EOL;57 echo "Error: Trac was inaccessible, so known bugs weren't able to be skipped." . PHP_EOL; 58 58 echo "\x1b[0m\x1b[2K"; 59 59 }
Note: See TracChangeset
for help on using the changeset viewer.