Changeset 48858 for trunk/tests/phpunit/tests/widgets/media-widget.php
- Timestamp:
- 08/25/2020 12:57:17 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/widgets/media-widget.php
r48464 r48858 51 51 * Test constructor. 52 52 * 53 * @covers WP_Widget_Media::__construct ()54 * @covers WP_Widget_Media::_register ()53 * @covers WP_Widget_Media::__construct 54 * @covers WP_Widget_Media::_register 55 55 */ 56 56 function test_constructor() { … … 107 107 * 108 108 * @global WP_Customize_Manager $wp_customize 109 * @covers WP_Widget_Media::__construct ()110 * @covers WP_Widget_Media::_register ()109 * @covers WP_Widget_Media::__construct 110 * @covers WP_Widget_Media::_register 111 111 */ 112 112 function test_constructor_in_customize_preview() { … … 229 229 * Test update method. 230 230 * 231 * @covers WP_Widget_Media::update ()231 * @covers WP_Widget_Media::update 232 232 */ 233 233 function test_update() { … … 315 315 * Test widget method. 316 316 * 317 * @covers WP_Widget_Media::widget ()318 * @covers WP_Widget_Media::render_media ()317 * @covers WP_Widget_Media::widget 318 * @covers WP_Widget_Media::render_media 319 319 */ 320 320 function test_widget() { … … 390 390 * Test form method. 391 391 * 392 * @covers WP_Widget_Media::form ()392 * @covers WP_Widget_Media::form 393 393 */ 394 394 function test_form() { … … 407 407 * Test display_media_state method. 408 408 * 409 * @covers WP_Widget_Media::display_media_state ()409 * @covers WP_Widget_Media::display_media_state 410 410 */ 411 411 function test_display_media_state() { … … 449 449 * Test enqueue_admin_scripts method. 450 450 * 451 * @covers WP_Widget_Media::enqueue_admin_scripts ()451 * @covers WP_Widget_Media::enqueue_admin_scripts 452 452 */ 453 453 function test_enqueue_admin_scripts() { … … 477 477 * Test has_content method. 478 478 * 479 * @covers WP_Widget_Media::has_content ()479 * @covers WP_Widget_Media::has_content 480 480 */ 481 481 function test_has_content() {
Note: See TracChangeset
for help on using the changeset viewer.