Make WordPress Core

Changeset 1148 in tests for trunk/tests/ajax/Response.php


Ignore:
Timestamp:
11/21/2012 03:01:28 PM (12 years ago)
Author:
ryan
Message:

Pinking shears and eol-style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/ajax/Response.php

    r975 r1148  
    6262     * Note:  headers_list doesn't work properly in CLI mode, fall back on
    6363     * 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
    6565     * bootstrapper
    6666     * @ticket 19448
     
    9090     */
    9191    public function test_response_charset_in_xml() {
    92        
     92
    9393        // Generate an ajax response
    9494        ob_start();
Note: See TracChangeset for help on using the changeset viewer.