Changeset 57987 for trunk/tests/phpunit/tests/post/wpAfterInsertPost.php
- Timestamp:
- 04/12/2024 05:45:23 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/wpAfterInsertPost.php
r55210 r57987 167 167 * @ticket 45114 168 168 */ 169 public function test_update_via_rest_cont oller() {169 public function test_update_via_rest_controller() { 170 170 wp_set_current_user( self::$admin_id ); 171 171 $post_id = self::$post_id; … … 185 185 * @ticket 45114 186 186 */ 187 public function test_new_post_via_rest_cont oller() {187 public function test_new_post_via_rest_controller() { 188 188 wp_set_current_user( self::$admin_id ); 189 189 … … 207 207 * @ticket 45114 208 208 */ 209 public function test_update_attachment_via_rest_cont oller() {209 public function test_update_attachment_via_rest_controller() { 210 210 wp_set_current_user( self::$admin_id ); 211 211 $attachment_id = self::$attachment_id;
Note: See TracChangeset
for help on using the changeset viewer.