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:
parent
709cb42ab3
commit
1768c8c85a
@ -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 ) );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user