Tests: Use a @requires annotation for readonly() function test.

The function is only defined by WordPress core on PHP < 8.1.

Follow-up to [51586].

See #59647.

git-svn-id: https://develop.svn.wordpress.org/trunk@57011 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2023-10-26 20:31:45 +00:00
parent 33069c3c6b
commit 64b1726c44
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
* to `wp_readonly()` in WordPress 5.9.0.
*
* In order to avoid PHP parser errors, this function was extracted
* to this separate file and is only included conditionally on PHP 8.1.
* to this separate file and is only included conditionally on PHP < 8.1.
*
* Including this file on PHP >= 8.1 results in a fatal error.
*