Changeset 53561 for trunk/tests/phpunit/tests/ajax/AddTag.php
- Timestamp:
- 06/23/2022 07:45:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/AddTag.php
r53159 r53561 17 17 * 18 18 * @ticket 42937 19 * 20 * @covers ::wp_ajax_add_tag 21 * @covers ::wp_insert_term 19 22 * 20 23 * @param array $post_data Data to populate $_POST. … … 91 94 /** 92 95 * @ticket 42937 96 * 97 * @covers ::wp_ajax_add_tag 93 98 */ 94 99 public function test_adding_category_without_capability_should_error() { … … 109 114 /** 110 115 * @ticket 42937 116 * 117 * @covers ::wp_ajax_add_tag 118 * @covers ::wp_insert_term 111 119 */ 112 120 public function test_adding_existing_category_should_error() {
Note: See TracChangeset
for help on using the changeset viewer.