Changeset 33506
- Timestamp:
- 07/29/2015 10:14:33 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media.php
r33470 r33506 58 58 ); 59 59 $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 ) ); 61 61 $this->assertEquals( 1, preg_match_all( "/{$this->caption}/", $result, $_r ) ); 62 62 }
Note: See TracChangeset
for help on using the changeset viewer.