Fix a unit test failure after [33489].

see #33179.


git-svn-id: https://develop.svn.wordpress.org/trunk@33506 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-07-29 22:14:33 +00:00
parent 709cb42ab3
commit 1768c8c85a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ CAP;
)
);
$this->assertEquals( 1, preg_match_all( '/wp-caption &myAlignment/', $result, $_r ) );
$this->assertEquals( 1, preg_match_all( '/id=""myId"/', $result, $_r ) );
$this->assertEquals( 1, preg_match_all( '/id="myId"/', $result, $_r ) );
$this->assertEquals( 1, preg_match_all( "/{$this->caption}/", $result, $_r ) );
}