Changeset 44701 for trunk/tests/phpunit/includes/testcase-canonical.php
- Timestamp:
- 01/28/2019 02:10:24 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-canonical.php
r42343 r44701 237 237 $this->expected_doing_it_wrong = array_merge( $this->expected_doing_it_wrong, (array) $expected_doing_it_wrong ); 238 238 239 $ticket_ref = ( $ticket > 0 ) ? 'Ticket #' . $ticket : null;239 $ticket_ref = ( $ticket > 0 ) ? 'Ticket #' . $ticket : ''; 240 240 241 241 if ( is_string( $expected ) ) {
Note: See TracChangeset
for help on using the changeset viewer.