Changeset 54722 for trunk/tests/phpunit/tests/ajax/wpAjaxResponse.php
- Timestamp:
- 10/30/2022 01:05:06 AM (3 years ago)
- File:
-
- 1 moved
-
trunk/tests/phpunit/tests/ajax/wpAjaxResponse.php (moved) (moved from trunk/tests/phpunit/tests/ajax/Response.php) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/wpAjaxResponse.php
r54721 r54722 3 3 * Testing Ajax response class 4 4 * 5 * @package WordPress5 * @package WordPress 6 6 * @subpackage UnitTests 7 * @since 3.5.0 8 * @group ajax 7 * @since 3.5.0 8 * 9 * @group ajax 9 10 * 10 11 * @covers WP_Ajax_Response::send 11 12 */ 12 class Tests_Ajax_ Response extends WP_UnitTestCase {13 class Tests_Ajax_wpAjaxResponse extends WP_UnitTestCase { 13 14 14 15 /**
Note: See TracChangeset
for help on using the changeset viewer.