- Timestamp:
- 03/03/2023 02:42:42 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/selective-refresh-ajax.php
r54402 r55457 1 1 <?php 2 /**3 * WP_Customize_Selective_Refresh Ajax tests.4 *5 * @package WordPress6 * @subpackage UnitTests7 */8 9 2 /** 10 3 * Tests for the WP_Customize_Selective_Refresh class Ajax. … … 13 6 * is not admin ajax. 14 7 * 15 * @since 4.5.0 16 * @group ajax 8 * @package WordPress 9 * @subpackage UnitTests 10 * @since 4.5.0 11 * 12 * @group ajax 17 13 */ 18 14 class Test_WP_Customize_Selective_Refresh_Ajax extends WP_UnitTestCase {
Note: See TracChangeset
for help on using the changeset viewer.