Changeset 45580 for trunk/tests/phpunit/includes/trac.php
- Timestamp:
- 07/01/2019 08:00:12 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/trac.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/trac.php
r42343 r45580 14 14 * @return bool|null true if the ticket is resolved, false if not resolved, null on error 15 15 */ 16 public static function isTracTicketClosed( $trac_url, $ticket_id ) { 16 public static function isTracTicketClosed( $trac_url, $ticket_id ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid 17 17 if ( ! extension_loaded( 'openssl' ) ) { 18 18 $trac_url = preg_replace( '/^https:/', 'http:', $trac_url ); … … 45 45 } 46 46 47 // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid 47 48 public static function usingLocalCache() { 48 49 echo PHP_EOL . "\x1b[0m\x1b[30;43m\x1b[2K"; … … 51 52 } 52 53 54 // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid 53 55 public static function forcingKnownBugs() { 54 56 echo PHP_EOL . "\x1b[0m\x1b[37;41m\x1b[2K";
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)