- Timestamp:
- 09/01/2022 10:54:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/wpRestEditSiteExportController.php
r53921 r54058 100 100 101 101 /** 102 * @ ticket 54448102 * @doesNotPerformAssertions 103 103 */ 104 104 public function test_context_param() { 105 $this->markTestSkipped( 'Controller does not use get_context_param().' );105 // Controller does not use get_context_param(). 106 106 } 107 107 108 108 /** 109 * @ ticket 54448109 * @doesNotPerformAssertions 110 110 */ 111 111 public function test_get_item() { 112 $this->markTestSkipped( 'Controller does not implement get_item().' );112 // Controller does not implement get_item(). 113 113 } 114 114 115 115 /** 116 * @ ticket 54448116 * @doesNotPerformAssertions 117 117 */ 118 118 public function test_get_items() { 119 $this->markTestSkipped( 'Controller does not implement get_items().' );119 // Controller does not implement get_items(). 120 120 } 121 121 122 122 /** 123 * @ ticket 54448123 * @doesNotPerformAssertions 124 124 */ 125 125 public function test_create_item() { 126 $this->markTestSkipped( 'Controller does not implement create_item().' );126 // Controller does not implement create_item(). 127 127 } 128 128 129 129 /** 130 * @ ticket 54448130 * @doesNotPerformAssertions 131 131 */ 132 132 public function test_update_item() { 133 $this->markTestSkipped( 'Controller does not implement update_item().' );133 // Controller does not implement update_item(). 134 134 } 135 135 136 136 /** 137 * @ ticket 54448137 * @doesNotPerformAssertions 138 138 */ 139 139 public function test_delete_item() { 140 $this->markTestSkipped( 'Controller does not implement delete_item().' );140 // Controller does not implement delete_item(). 141 141 } 142 142 143 143 /** 144 * @ ticket 54448144 * @doesNotPerformAssertions 145 145 */ 146 146 public function test_prepare_item() { 147 $this->markTestSkipped( 'Controller does not implement prepare_item().' );147 // Controller does not implement prepare_item(). 148 148 } 149 149 150 150 /** 151 * @ ticket 54448151 * @doesNotPerformAssertions 152 152 */ 153 153 public function test_get_item_schema() { 154 $this->markTestSkipped( 'Controller does not implement get_item_schema().' );154 // Controller does not implement get_item_schema(). 155 155 } 156 156 }
Note: See TracChangeset
for help on using the changeset viewer.