Make WordPress Core

Changeset 33506


Ignore:
Timestamp:
07/29/2015 10:14:33 PM (11 years ago)
Author:
helen
Message:

Fix a unit test failure after [33489].

see #33179.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/media.php

    r33470 r33506  
    5858        );
    5959        $this->assertEquals( 1, preg_match_all( '/wp-caption &myAlignment/', $result, $_r ) );
    60         $this->assertEquals( 1, preg_match_all( '/id=""myId"/', $result, $_r ) );
     60        $this->assertEquals( 1, preg_match_all( '/id="myId"/', $result, $_r ) );
    6161        $this->assertEquals( 1, preg_match_all( "/{$this->caption}/", $result, $_r ) );
    6262    }
Note: See TracChangeset for help on using the changeset viewer.