Tests: Use a better return type check for parse_url() in do_enclose() tests.

Since the `pathinfo()` function accepts a string, checking for that specifically is more consistent with similar checks elsewhere in core.

Follow-up to [51606], [51622], [51626].

See #53635.
Built from https://develop.svn.wordpress.org/trunk@51627


git-svn-id: http://core.svn.wordpress.org/trunk@51233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-08-17 00:29:03 +00:00
parent 9f222b708a
commit 912c683b49

View File

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