- Timestamp:
- 04/22/2017 06:58:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-users-controller.php
r40378 r40520 993 993 } 994 994 995 /** 996 * @group ms-required 997 */ 995 998 public function test_create_new_network_user_on_site_does_not_add_user_to_sub_site() { 996 999 if ( ! is_multisite() ) { … … 1022 1025 } 1023 1026 1027 /** 1028 * @group ms-required 1029 */ 1024 1030 public function test_create_new_network_user_on_sub_site_adds_user_to_site() { 1025 1031 if ( ! is_multisite() ) { … … 1055 1061 } 1056 1062 1063 /** 1064 * @group ms-required 1065 */ 1057 1066 public function test_create_existing_network_user_on_sub_site_has_error() { 1058 1067 if ( ! is_multisite() ) { … … 1442 1451 } 1443 1452 1453 /** 1454 * @group ms-excluded 1455 */ 1444 1456 public function test_update_user_role_invalid_privilege_deescalation() { 1445 1457 if ( is_multisite() ) { … … 1472 1484 } 1473 1485 1486 /** 1487 * @group ms-required 1488 */ 1474 1489 public function test_update_user_role_privilege_deescalation_multisite() { 1475 1490 if ( ! is_multisite() ) { … … 2221 2236 /** 2222 2237 * @ticket 39701 2238 * @group ms-required 2223 2239 */ 2224 2240 public function test_get_item_from_different_site_as_site_administrator() { … … 2242 2258 /** 2243 2259 * @ticket 39701 2260 * @group ms-required 2244 2261 */ 2245 2262 public function test_get_item_from_different_site_as_network_administrator() { … … 2263 2280 /** 2264 2281 * @ticket 39701 2282 * @group ms-required 2265 2283 */ 2266 2284 public function test_update_item_from_different_site_as_site_administrator() { … … 2286 2304 /** 2287 2305 * @ticket 39701 2306 * @group ms-required 2288 2307 */ 2289 2308 public function test_update_item_from_different_site_as_network_administrator() { … … 2309 2328 /** 2310 2329 * @ticket 39701 2330 * @group ms-required 2311 2331 */ 2312 2332 public function test_delete_item_from_different_site_as_site_administrator() { … … 2332 2352 /** 2333 2353 * @ticket 39701 2354 * @group ms-required 2334 2355 */ 2335 2356 public function test_delete_item_from_different_site_as_network_administrator() {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)