Changeset 54722 for trunk/tests/phpunit/tests/ajax/wpAjaxDimComment.php
- Timestamp:
- 10/30/2022 01:05:06 AM (3 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/wpAjaxDimComment.php
r54721 r54722 9 9 * Testing Ajax comment 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_dim_comment 17 18 */ 18 class Tests_Ajax_ DimComment extends WP_Ajax_UnitTestCase {19 class Tests_Ajax_wpAjaxDimComment extends WP_Ajax_UnitTestCase { 19 20 20 21 /**
Note: See TracChangeset
for help on using the changeset viewer.