Make WordPress Core


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

Pinking shears and eol-style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/functions/deprecated.php

    r1061 r1148  
    2828     */
    2929    protected $_deprecated_files = array();
    30    
     30
    3131    /**
    3232     * Set up the test fixture
     
    105105        );
    106106    }
    107    
     107
    108108    /**
    109109     * Check if something was deprecated
     
    133133        return false;
    134134    }
    135    
     135
    136136    /**
    137137     * Test that wp_save_image_file has a deprecated argument when passed a GD resource
     
    150150        // Check if the arg was deprecated
    151151        $check = $this->was_deprecated( 'argument', 'wp_save_image_file' );
    152         $this->assertNotEmpty( $check );       
     152        $this->assertNotEmpty( $check );
    153153    }
    154    
     154
    155155    /**
    156156     * Test that wp_save_image_file doesn't have a deprecated argument when passed a WP_Image_Editor
Note: See TracChangeset for help on using the changeset viewer.