- Timestamp:
- 03/08/2017 12:10:29 AM (8 years ago)
- Location:
- branches/4.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.5
-
branches/4.5/tests/phpunit/tests/external-http/basic.php
r35172 r40242 6 6 7 7 function test_readme() { 8 // This test is designed to only run on trunk/master 9 $this->skipOnAutomatedBranches(); 10 8 11 $readme = file_get_contents( ABSPATH . 'readme.html' ); 9 12 preg_match( '#<br /> Version (.*)#', $readme, $matches );
Note: See TracChangeset
for help on using the changeset viewer.