Changeset 1148 in tests for trunk/tests/ajax/Response.php
- Timestamp:
- 11/21/2012 03:01:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/ajax/Response.php
r975 r1148 62 62 * Note: headers_list doesn't work properly in CLI mode, fall back on 63 63 * xdebug_get_headers if it's available 64 * Needs a separate process to get around the headers/output from the 64 * Needs a separate process to get around the headers/output from the 65 65 * bootstrapper 66 66 * @ticket 19448 … … 90 90 */ 91 91 public function test_response_charset_in_xml() { 92 92 93 93 // Generate an ajax response 94 94 ob_start();
Note: See TracChangeset
for help on using the changeset viewer.