Tests: Add missing tests for the `_wp_array_get()` function.

Follow-up to [49143], [49144], [49580].

Props jorgefilipecosta, johnbillion.
See #51461, #51720, #52625.
Built from https://develop.svn.wordpress.org/trunk@50964


git-svn-id: http://core.svn.wordpress.org/trunk@50573 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-05-24 11:07:55 +00:00
parent a380cdd21a
commit 935ab6ecca
1 changed files with 1 additions and 1 deletions

View File

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