- Timestamp:
- 09/01/2022 10:54:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/wpRestUrlDetailsController.php
r54056 r54058 1049 1049 } 1050 1050 1051 /** 1052 * @doesNotPerformAssertions 1053 */ 1051 1054 public function test_context_param() { 1052 $this->markTestSkipped( 'Controller does not use get_context_param().' ); 1053 } 1054 1055 // Controller does not use get_context_param(). 1056 } 1057 1058 /** 1059 * @doesNotPerformAssertions 1060 */ 1055 1061 public function test_get_item() { 1056 $this->markTestSkipped( 'Controller does not implement get_item().' ); 1057 } 1058 1062 // Controller does not implement get_item(). 1063 } 1064 1065 /** 1066 * @doesNotPerformAssertions 1067 */ 1059 1068 public function test_create_item() { 1060 $this->markTestSkipped( 'Controller does not implement create_item().' ); 1061 } 1062 1069 // Controller does not implement create_item(). 1070 } 1071 1072 /** 1073 * @doesNotPerformAssertions 1074 */ 1063 1075 public function test_update_item() { 1064 $this->markTestSkipped( 'Controller does not implement update_item().' ); 1065 } 1066 1076 // Controller does not implement update_item(). 1077 } 1078 1079 /** 1080 * @doesNotPerformAssertions 1081 */ 1067 1082 public function test_delete_item() { 1068 $this->markTestSkipped( 'Controller does not implement delete_item().' ); 1069 } 1070 1083 // Controller does not implement delete_item(). 1084 } 1085 1086 /** 1087 * @doesNotPerformAssertions 1088 */ 1071 1089 public function test_prepare_item() { 1072 $this->markTestSkipped( 'Controller does not implement prepare_item().' );1090 // Controller does not implement prepare_item(). 1073 1091 } 1074 1092
Note: See TracChangeset
for help on using the changeset viewer.