- Timestamp:
- 09/01/2022 10:54:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/wpRestBlockPatternsController.php
r53921 r54058 172 172 } 173 173 174 /** 175 * @doesNotPerformAssertions 176 */ 174 177 public function test_context_param() { 175 $this->markTestSkipped( 'Controller does not use get_context_param().' ); 176 } 177 178 // Controller does not use get_context_param(). 179 } 180 181 /** 182 * @doesNotPerformAssertions 183 */ 178 184 public function test_get_item() { 179 $this->markTestSkipped( 'Controller does not implement get_item().' ); 180 } 181 185 // Controller does not implement get_item(). 186 } 187 188 /** 189 * @doesNotPerformAssertions 190 */ 182 191 public function test_create_item() { 183 $this->markTestSkipped( 'Controller does not implement create_item().' ); 184 } 185 192 // Controller does not implement create_item(). 193 } 194 195 /** 196 * @doesNotPerformAssertions 197 */ 186 198 public function test_update_item() { 187 $this->markTestSkipped( 'Controller does not implement update_item().' ); 188 } 189 199 // Controller does not implement update_item(). 200 } 201 202 /** 203 * @doesNotPerformAssertions 204 */ 190 205 public function test_delete_item() { 191 $this->markTestSkipped( 'Controller does not implement delete_item().' ); 192 } 193 206 // Controller does not implement delete_item(). 207 } 208 209 /** 210 * @doesNotPerformAssertions 211 */ 194 212 public function test_prepare_item() { 195 $this->markTestSkipped( 'Controller does not implement prepare_item().' ); 196 } 197 213 // Controller does not implement prepare_item(). 214 } 215 216 /** 217 * @doesNotPerformAssertions 218 */ 198 219 public function test_get_item_schema() { 199 $this->markTestSkipped( 'Controller does not implement get_item_schema().' );220 // Controller does not implement get_item_schema(). 200 221 } 201 222 }
Note: See TracChangeset
for help on using the changeset viewer.