Make WordPress Core

Changeset 50966


Ignore:
Timestamp:
05/24/2021 12:27:35 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Tests: Correct description for the Tests_Functions_wpArraySet class.

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

See #53175, #52625.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions/wpArraySet.php

    r50965 r50966  
    22
    33/**
    4  * Tests for the _wp_array_get() function
     4 * Tests for the _wp_array_set() function
    55 *
    66 * @since 5.8.0
    77 *
    88 * @group functions.php
    9  * @covers ::_wp_array_get
     9 * @covers ::_wp_array_set
    1010 */
    1111class Tests_Functions_wpArraySet extends WP_UnitTestCase {
Note: See TracChangeset for help on using the changeset viewer.