Changeset 47122 for trunk/tests/phpunit/includes/functions.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r46806 r47122 162 162 _wp_die_handler_txt( $message, $title, $args ); 163 163 } else { 164 // Ignore at our peril164 // Ignore at our peril. 165 165 } 166 166 } … … 286 286 287 287 // Skip `setcookie` calls in auth_cookie functions due to warning: 288 // Cannot modify header information - headers already sent by ...288 // Cannot modify header information - headers already sent by... 289 289 tests_add_filter( 'send_auth_cookies', '__return_false' ); 290 290
Note: See TracChangeset
for help on using the changeset viewer.