Make WordPress Core


Ignore:
Timestamp:
08/08/2022 11:33:11 PM (2 years ago)
Author:
azaozz
Message:

Build/Test Tools: Add @covers tags to the options tests.

Props pbearne, jrf, hellofromTonya, patopaiar, ironprogrammer, antonvlasenko, SergeyBiryukov, costdev.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/option/networkOption.php

    r52010 r53865  
    1515    /**
    1616     * @group ms-required
     17     *
     18     * @covers ::add_site_option
    1719     */
    1820    public function test_add_network_option_not_available_on_other_network() {
     
    2729    /**
    2830     * @group ms-required
     31     *
     32     * @covers ::add_network_option
    2933     */
    3034    public function test_add_network_option_available_on_same_network() {
     
    3943    /**
    4044     * @group ms-required
     45     *
     46     * @covers ::delete_site_option
    4147     */
    4248    public function test_delete_network_option_on_only_one_network() {
     
    5460     * @ticket 22846
    5561     * @group ms-excluded
     62     *
     63     * @covers ::add_network_option
    5664     */
    5765    public function test_add_network_option_is_not_stored_as_autoload_option() {
     
    6876     * @ticket 22846
    6977     * @group ms-excluded
     78     *
     79     * @covers ::update_network_option
    7080     */
    7181    public function test_update_network_option_is_not_stored_as_autoload_option() {
     
    8494     * @param $network_id
    8595     * @param $expected_response
     96     *
     97     * @covers ::add_network_option
    8698     */
    8799    public function test_add_network_option_network_id_parameter( $network_id, $expected_response ) {
     
    97109     * @param $network_id
    98110     * @param $expected_response
     111     *
     112     * @covers ::get_network_option
    99113     */
    100114    public function test_get_network_option_network_id_parameter( $network_id, $expected_response ) {
     
    126140     * @ticket 43506
    127141     * @group ms-required
     142     *
     143     * @covers ::get_network_option
     144     * @covers ::wp_cache_get
     145     * @covers ::wp_cache_delete
    128146     */
    129147    public function test_get_network_option_sets_notoptions_if_option_found() {
     
    150168     * @ticket 43506
    151169     * @group ms-required
     170     *
     171     * @covers ::get_network_option
     172     * @covers ::wp_cache_get
    152173     */
    153174    public function test_get_network_option_sets_notoptions_if_option_not_found() {
     
    175196     *
    176197     * @ticket 44956
     198     *
     199     * @covers ::update_network_option
    177200     */
    178201    public function test_update_network_option_array_with_object() {
Note: See TracChangeset for help on using the changeset viewer.