Changeset 33944 for trunk/tests/phpunit/tests/basic.php
- Timestamp:
- 09/07/2015 07:27:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/basic.php
r33937 r33944 38 38 preg_match_all( '#<tr class="stable">\s*<td>\s*<a [^>]*>\s*([0-9.]*)#s', $php, $phpmatches ); 39 39 40 $this->assertContains( $matches[1], $phpmatches[1] );40 $this->assertContains( $matches[1], $phpmatches[1], "readme.html's Recommended PHP version is too old. Remember to update the WordPress.org Requirements page, too." ); 41 41 } 42 42
Note: See TracChangeset
for help on using the changeset viewer.