Multisite: Add missing group annotations to tests included in [42833].
This ensures tests are skipped correctly when not using multisite. See #43506. git-svn-id: https://develop.svn.wordpress.org/trunk@42834 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
52a77e5254
commit
a7b3f5f759
@ -124,6 +124,7 @@ class Tests_Option_NetworkOption extends WP_UnitTestCase {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @ticket 43506
|
* @ticket 43506
|
||||||
|
* @group ms-required
|
||||||
*/
|
*/
|
||||||
public function test_get_network_option_sets_notoptions_if_option_found() {
|
public function test_get_network_option_sets_notoptions_if_option_found() {
|
||||||
$network_id = get_current_network_id();
|
$network_id = get_current_network_id();
|
||||||
@ -147,6 +148,7 @@ class Tests_Option_NetworkOption extends WP_UnitTestCase {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @ticket 43506
|
* @ticket 43506
|
||||||
|
* @group ms-required
|
||||||
*/
|
*/
|
||||||
public function test_get_network_option_sets_notoptions_if_option_not_found() {
|
public function test_get_network_option_sets_notoptions_if_option_not_found() {
|
||||||
$network_id = get_current_network_id();
|
$network_id = get_current_network_id();
|
||||||
|
Loading…
Reference in New Issue
Block a user