- Timestamp:
- 09/01/2022 10:54:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/wpRestBlockPatternCategoriesController.php
r53921 r54058 146 146 } 147 147 148 /** 149 * @doesNotPerformAssertions 150 */ 148 151 public function test_context_param() { 149 $this->markTestSkipped( 'Controller does not use get_context_param().' );152 // Controller does not use get_context_param(). 150 153 } 151 154 155 /** 156 * @doesNotPerformAssertions 157 */ 152 158 public function test_get_item() { 153 $this->markTestSkipped( 'Controller does not implement get_item().' );159 // Controller does not implement get_item(). 154 160 } 155 161 162 /** 163 * @doesNotPerformAssertions 164 */ 156 165 public function test_create_item() { 157 $this->markTestSkipped( 'Controller does not implement create_item().' );166 // Controller does not implement create_item(). 158 167 } 159 168 169 /** 170 * @doesNotPerformAssertions 171 */ 160 172 public function test_update_item() { 161 $this->markTestSkipped( 'Controller does not implement update_item().' );173 // Controller does not implement update_item(). 162 174 } 163 175 176 /** 177 * @doesNotPerformAssertions 178 */ 164 179 public function test_delete_item() { 165 $this->markTestSkipped( 'Controller does not implement delete_item().' );180 // Controller does not implement delete_item(). 166 181 } 167 182 183 /** 184 * @doesNotPerformAssertions 185 */ 168 186 public function test_prepare_item() { 169 $this->markTestSkipped( 'Controller does not implement prepare_item().' );187 // Controller does not implement prepare_item(). 170 188 } 171 189 190 /** 191 * @doesNotPerformAssertions 192 */ 172 193 public function test_get_item_schema() { 173 $this->markTestSkipped( 'Controller does not implement get_item_schema().' );194 // Controller does not implement get_item_schema(). 174 195 } 175 196 }
Note: See TracChangeset
for help on using the changeset viewer.