mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user