Changeset 40816 for trunk/tests/phpunit/tests/post.php
- Timestamp:
- 05/22/2017 08:23:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post.php
r39174 r40816 940 940 ) ); 941 941 942 preg_match_all( "|href='([^']+)'|", $wp_tag_cloud, $matches );942 preg_match_all( '|href="([^"]+)"|', $wp_tag_cloud, $matches ); 943 943 $this->assertSame( 1, count( $matches[1] ) ); 944 944
Note: See TracChangeset
for help on using the changeset viewer.