Changeset 53865 for trunk/tests/phpunit/tests/option/networkOption.php
- Timestamp:
- 08/08/2022 11:33:11 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/networkOption.php
r52010 r53865 15 15 /** 16 16 * @group ms-required 17 * 18 * @covers ::add_site_option 17 19 */ 18 20 public function test_add_network_option_not_available_on_other_network() { … … 27 29 /** 28 30 * @group ms-required 31 * 32 * @covers ::add_network_option 29 33 */ 30 34 public function test_add_network_option_available_on_same_network() { … … 39 43 /** 40 44 * @group ms-required 45 * 46 * @covers ::delete_site_option 41 47 */ 42 48 public function test_delete_network_option_on_only_one_network() { … … 54 60 * @ticket 22846 55 61 * @group ms-excluded 62 * 63 * @covers ::add_network_option 56 64 */ 57 65 public function test_add_network_option_is_not_stored_as_autoload_option() { … … 68 76 * @ticket 22846 69 77 * @group ms-excluded 78 * 79 * @covers ::update_network_option 70 80 */ 71 81 public function test_update_network_option_is_not_stored_as_autoload_option() { … … 84 94 * @param $network_id 85 95 * @param $expected_response 96 * 97 * @covers ::add_network_option 86 98 */ 87 99 public function test_add_network_option_network_id_parameter( $network_id, $expected_response ) { … … 97 109 * @param $network_id 98 110 * @param $expected_response 111 * 112 * @covers ::get_network_option 99 113 */ 100 114 public function test_get_network_option_network_id_parameter( $network_id, $expected_response ) { … … 126 140 * @ticket 43506 127 141 * @group ms-required 142 * 143 * @covers ::get_network_option 144 * @covers ::wp_cache_get 145 * @covers ::wp_cache_delete 128 146 */ 129 147 public function test_get_network_option_sets_notoptions_if_option_found() { … … 150 168 * @ticket 43506 151 169 * @group ms-required 170 * 171 * @covers ::get_network_option 172 * @covers ::wp_cache_get 152 173 */ 153 174 public function test_get_network_option_sets_notoptions_if_option_not_found() { … … 175 196 * 176 197 * @ticket 44956 198 * 199 * @covers ::update_network_option 177 200 */ 178 201 public function test_update_network_option_array_with_object() {
Note: See TracChangeset
for help on using the changeset viewer.