Changeset 52260 for trunk/tests/phpunit/tests/external-http/basic.php
- Timestamp:
- 11/28/2021 10:34:18 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/external-http/basic.php
r52010 r52260 41 41 preg_match_all( '#<tr class="stable">\s*<td>\s*<a [^>]*>\s*([0-9.]*)#s', $response_body, $phpmatches ); 42 42 43 $this->assertContains( $matches[1], $phpmatches[1], "readme.html's Recommended PHP version is too old. Remember to update the WordPress.org Requirements page, too." ); 43 // TODO: Enable this check once PHP 8.0 compatibility is achieved. 44 // $this->assertContains( $matches[1], $phpmatches[1], "readme.html's Recommended PHP version is too old. Remember to update the WordPress.org Requirements page, too." ); 44 45 45 46 preg_match( '#Recommendations.*MySQL</a> version <strong>([0-9.]*)#s', $readme, $matches );
Note: See TracChangeset
for help on using the changeset viewer.