Make WordPress Core

Changeset 31623


Ignore:
Timestamp:
03/05/2015 01:14:28 PM (10 years ago)
Author:
boonebgorges
Message:

Pinking shears in unit test files.

Location:
trunk/tests/phpunit/tests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ajax/Autosave.php

    r31622 r31623  
    9292        $this->assertGreaterThanOrEqual( 0, strpos( $post->post_content, $md5 ) );
    9393    }
    94    
     94
    9595    /**
    9696     * Test autosaving a locked post
  • trunk/tests/phpunit/tests/multisite/site.php

    r31622 r31623  
    547547     * path should have a leading and trailing slash. When multiple directories
    548548     * are part of the path, only one slash should separate each directory.
    549      * 
    550      * @ticket 18117 
    551      */ 
     549     *
     550     * @ticket 18117
     551     */
    552552    function test_update_blog_details_single_path_no_slashes() {
    553553        update_blog_details( 1, array( 'path' => 'my_path' ) );
  • trunk/tests/phpunit/tests/option/multisite.php

    r31622 r31623  
    1111 */
    1212class Tests_Multisite_Option extends WP_UnitTestCase {
    13     protected $suppress = false; 
     13    protected $suppress = false;
    1414
    1515    function setUp() {
Note: See TracChangeset for help on using the changeset viewer.