Changeset 54722 for trunk/tests/phpunit/tests/ajax/wpAjaxAddTag.php
- Timestamp:
- 10/30/2022 01:05:06 AM (3 years ago)
- File:
-
- 1 moved
-
trunk/tests/phpunit/tests/ajax/wpAjaxAddTag.php (moved) (moved from trunk/tests/phpunit/tests/ajax/AddTag.php) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/wpAjaxAddTag.php
r54721 r54722 10 10 * 11 11 * @group ajax 12 * 13 * @covers ::wp_ajax_add_tag 12 14 */ 13 class Tests_Ajax_ AddTag extends WP_Ajax_UnitTestCase {15 class Tests_Ajax_wpAjaxAddTag extends WP_Ajax_UnitTestCase { 14 16 15 17 /** … … 18 20 * @ticket 42937 19 21 * 20 * @covers ::wp_ajax_add_tag21 22 * @covers ::wp_insert_term 22 23 * … … 94 95 /** 95 96 * @ticket 42937 96 *97 * @covers ::wp_ajax_add_tag98 97 */ 99 98 public function test_adding_category_without_capability_should_error() { … … 115 114 * @ticket 42937 116 115 * 117 * @covers ::wp_ajax_add_tag118 116 * @covers ::wp_insert_term 119 117 */
Note: See TracChangeset
for help on using the changeset viewer.