Make WordPress Core

Changeset 42834


Ignore:
Timestamp:
03/13/2018 05:56:05 PM (7 years ago)
Author:
flixos90
Message:

Multisite: Add missing group annotations to tests included in [42833].

This ensures tests are skipped correctly when not using multisite.

See #43506.

File:
1 edited

Legend:

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

    r42833 r42834  
    125125    /**
    126126     * @ticket 43506
     127     * @group ms-required
    127128     */
    128129    public function test_get_network_option_sets_notoptions_if_option_found() {
     
    148149    /**
    149150     * @ticket 43506
     151     * @group ms-required
    150152     */
    151153    public function test_get_network_option_sets_notoptions_if_option_not_found() {
Note: See TracChangeset for help on using the changeset viewer.