- Timestamp:
- 08/25/2020 12:57:17 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/widgets/media-video-widget.php
r46586 r48858 30 30 * Test get_instance_schema method. 31 31 * 32 * @covers WP_Widget_Media_Video::get_instance_schema ()32 * @covers WP_Widget_Media_Video::get_instance_schema 33 33 */ 34 34 function test_get_instance_schema() { … … 87 87 * Test constructor. 88 88 * 89 * @covers WP_Widget_Media_Video::__construct ()89 * @covers WP_Widget_Media_Video::__construct 90 90 */ 91 91 function test_constructor() { … … 116 116 * Test get_instance_schema method. 117 117 * 118 * @covers WP_Widget_Media_Video::update ()118 * @covers WP_Widget_Media_Video::update 119 119 */ 120 120 function test_update() { … … 216 216 * Test render_media method. 217 217 * 218 * @covers WP_Widget_Media_Video::render_media ()219 * @covers WP_Widget_Media_Video::inject_video_max_width_style ()218 * @covers WP_Widget_Media_Video::render_media 219 * @covers WP_Widget_Media_Video::inject_video_max_width_style 220 220 */ 221 221 function test_render_media() { … … 304 304 * @global WP_Scripts $wp_scripts 305 305 * @global WP_Styles $wp_styles 306 * @covers WP_Widget_Media_Video::enqueue_preview_scripts ()306 * @covers WP_Widget_Media_Video::enqueue_preview_scripts 307 307 */ 308 308 function test_enqueue_preview_scripts() { … … 329 329 * Test enqueue_admin_scripts method. 330 330 * 331 * @covers WP_Widget_Media_Video::enqueue_admin_scripts ()331 * @covers WP_Widget_Media_Video::enqueue_admin_scripts 332 332 */ 333 333 function test_enqueue_admin_scripts() { … … 342 342 * Test render_control_template_scripts method. 343 343 * 344 * @covers WP_Widget_Media_Video::render_control_template_scripts ()344 * @covers WP_Widget_Media_Video::render_control_template_scripts 345 345 */ 346 346 function test_render_control_template_scripts() {
Note: See TracChangeset
for help on using the changeset viewer.