- Timestamp:
- 09/01/2022 10:54:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-block-directory-controller.php
r53921 r54058 131 131 } 132 132 133 /** 134 * @doesNotPerformAssertions 135 */ 133 136 public function test_get_item() { 134 $this->markTestSkipped( 'Controller does not implement get_item().' ); 135 } 136 137 // Controller does not implement get_item(). 138 } 139 140 /** 141 * @doesNotPerformAssertions 142 */ 137 143 public function test_create_item() { 138 $this->markTestSkipped( 'Controller does not implement create_item().' ); 139 } 140 144 // Controller does not implement create_item(). 145 } 146 147 /** 148 * @doesNotPerformAssertions 149 */ 141 150 public function test_update_item() { 142 $this->markTestSkipped( 'Controller does not implement update_item().' ); 143 } 144 151 // Controller does not implement update_item(). 152 } 153 154 /** 155 * @doesNotPerformAssertions 156 */ 145 157 public function test_delete_item() { 146 $this->markTestSkipped( 'Controller does not implement delete_item().' );158 // Controller does not implement delete_item(). 147 159 } 148 160
Note: See TracChangeset
for help on using the changeset viewer.