Tests: Correct description for the Tests_Functions_wpArraySet class.

Follow-up to [50958], [50962], [50964], [50965].

See #53175, #52625.

git-svn-id: https://develop.svn.wordpress.org/trunk@50966 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-05-24 12:27:35 +00:00
parent fa0fca4670
commit 23e669465a

View File

@ -1,12 +1,12 @@
<?php
/**
* Tests for the _wp_array_get() function
* Tests for the _wp_array_set() function
*
* @since 5.8.0
*
* @group functions.php
* @covers ::_wp_array_get
* @covers ::_wp_array_set
*/
class Tests_Functions_wpArraySet extends WP_UnitTestCase {