Tests: Remove redundant @requires tags.

As the minimum supported PHPUnit version has been upped to PHPUnit 5.7.21, these `@requires` tags are now redundant.

Follow-up to [51226], [51234], [51559-51576].

Props jrf.
See #46149.
Built from https://develop.svn.wordpress.org/trunk@51577


git-svn-id: http://core.svn.wordpress.org/trunk@51188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-08-07 11:58:02 +00:00
parent 5b97d53b27
commit 52137a090b

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51576';
$wp_version = '5.9-alpha-51577';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.