Ticket #39235: coverage_prams.patch
File coverage_prams.patch, 1.7 KB (added by , 8 years ago) |
---|
-
tests/phpunit/tests/adminbar.php
553 553 554 554 /** 555 555 * @ticket 30937 556 * @covers wp_admin_bar_customize_menu()556 * @covers ::wp_admin_bar_customize_menu 557 557 */ 558 558 public function test_customize_link() { 559 559 global $wp_customize; -
tests/phpunit/tests/customize/custom-css-setting.php
103 103 /** 104 104 * Test crud methods on WP_Customize_Custom_CSS_Setting. 105 105 * 106 * @covers wp_get_custom_css()106 * @covers ::wp_get_custom_css 107 107 * @covers WP_Customize_Custom_CSS_Setting::value() 108 108 * @covers WP_Customize_Custom_CSS_Setting::preview() 109 109 * @covers WP_Customize_Custom_CSS_Setting::update() -
tests/phpunit/tests/functions.php
884 884 /** 885 885 * Tests wp_generate_uuid4(). 886 886 * 887 * @covers wp_generate_uuid4()887 * @covers ::wp_generate_uuid4 888 888 * @ticket 38164 889 889 */ 890 890 function test_wp_generate_uuid4() { -
tests/phpunit/tests/link/themeFile.php
1 2 1 <?php 3 2 /** 4 3 * @group link