Changeset 54722 for trunk/tests/phpunit/tests/ajax/wpAjaxAjaxTagSearch.php
- Timestamp:
- 10/30/2022 01:05:06 AM (3 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/wpAjaxAjaxTagSearch.php
r54721 r54722 9 9 * Testing Ajax tag search functionality. 10 10 * 11 * @package WordPress11 * @package WordPress 12 12 * @subpackage UnitTests 13 * @since 3.4.0 14 * @group ajax 13 * @since 3.4.0 14 * 15 * @group ajax 15 16 * 16 17 * @covers ::wp_ajax_ajax_tag_search 17 18 */ 18 class Tests_Ajax_ TagSearch extends WP_Ajax_UnitTestCase {19 class Tests_Ajax_wpAjaxAjaxTagSearch extends WP_Ajax_UnitTestCase { 19 20 20 21 /**
Note: See TracChangeset
for help on using the changeset viewer.