Changeset 51870
- Timestamp:
- 09/26/2021 12:12:56 AM (3 years ago)
- Location:
- trunk/tests/phpunit/tests/ajax
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/Attachments.php
r49835 r51870 64 64 /** 65 65 * @ticket 36578 66 * @group ms-excluded 66 67 */ 67 68 public function test_wp_ajax_send_attachment_to_editor_should_return_a_link() { 68 $this->skipWithMultisite();69 70 69 // Become an administrator. 71 70 $post = $_POST; -
trunk/tests/phpunit/tests/ajax/DeletePlugin.php
r49835 r51870 126 126 } 127 127 128 /** 129 * @group ms-excluded 130 */ 128 131 public function test_delete_plugin() { 129 $this->skipWithMultisite();130 132 $this->_setRole( 'administrator' ); 131 133 -
trunk/tests/phpunit/tests/ajax/ManageThemes.php
r51568 r51870 102 102 } 103 103 104 /** 105 * @group ms-excluded 106 */ 104 107 public function test_update_theme() { 105 $this->skipWithMultisite();106 108 $this->_setRole( 'administrator' ); 107 109 … … 140 142 } 141 143 144 /** 145 * @group ms-excluded 146 */ 142 147 function test_uppercase_theme_slug() { 143 $this->skipWithMultisite();144 148 $this->_setRole( 'administrator' ); 145 149 -
trunk/tests/phpunit/tests/ajax/UpdatePlugin.php
r49835 r51870 130 130 } 131 131 132 /** 133 * @group ms-excluded 134 */ 132 135 public function test_update_plugin() { 133 $this->skipWithMultisite();134 136 $this->_setRole( 'administrator' ); 135 137
Note: See TracChangeset
for help on using the changeset viewer.