- Timestamp:
- 11/10/2019 01:53:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/PrivacyErasePersonalData.php
r46644 r46693 313 313 * Test requests do not succeed on multisite when the current user is not a network admin. 314 314 * 315 * @ticket 43438 315 316 * @group multisite 316 * 317 * @ticket 43438 317 * @group ms-required 318 318 */ 319 319 public function test_error_when_current_user_missing_required_capabilities_multisite() { 320 if ( ! is_multisite() ) {321 $this->markTestSkipped( 'This test only runs on multisite.' );322 }323 324 320 revoke_super_admin( get_current_user_id() ); 325 321
Note: See TracChangeset
for help on using the changeset viewer.