Changeset 42343 for trunk/tests/phpunit/tests/ajax/Response.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/Response.php
r41293 r42343 12 12 /** 13 13 * Saved error reporting level 14 * 14 15 * @var int 15 16 */ … … 43 44 /** 44 45 * Return our callback handler 46 * 45 47 * @return callback 46 48 */ … … 52 54 * Handler for wp_die() 53 55 * Don't die, just continue on. 56 * 54 57 * @param string $message 55 58 */ … … 63 66 * Needs a separate process to get around the headers/output from the 64 67 * bootstrapper 68 * 65 69 * @ticket 19448 66 70 * @runInSeparateProcess … … 69 73 public function test_response_charset_in_header() { 70 74 71 if ( ! function_exists( 'xdebug_get_headers' ) ) {75 if ( ! function_exists( 'xdebug_get_headers' ) ) { 72 76 $this->markTestSkipped( 'xdebug is required for this test' ); 73 77 } … … 87 91 /** 88 92 * Test that charset in the xml tag matches blog_charset 93 * 89 94 * @ticket 19448 90 95 */
Note: See TracChangeset
for help on using the changeset viewer.