Changeset 45607 for trunk/tests/phpunit/includes/trac.php
- Timestamp:
- 07/08/2019 12:55:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/trac.php
r45580 r45607 42 42 } 43 43 44 return ! in_array( $ticket_id, self::$trac_ticket_cache[ $trac_url ] );44 return ! in_array( $ticket_id, self::$trac_ticket_cache[ $trac_url ], true ); 45 45 } 46 46
Note: See TracChangeset
for help on using the changeset viewer.