Changeset 49025 for trunk/tests/phpunit/tests/ajax/Response.php
- Timestamp:
- 09/21/2020 01:25:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/Response.php
r47122 r49025 71 71 * @preserveGlobalState disabled 72 72 * @group xdebug 73 * @requires function xdebug_get_headers 73 74 */ 74 75 public function test_response_charset_in_header() { 75 76 if ( ! function_exists( 'xdebug_get_headers' ) ) {77 $this->markTestSkipped( 'xdebug is required for this test' );78 }79 76 80 77 // Generate an Ajax response.
Note: See TracChangeset
for help on using the changeset viewer.