Changeset 39918
- Timestamp:
- 01/17/2017 02:43:25 AM (8 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/adminbar.php
r38938 r39918 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() { -
trunk/tests/phpunit/tests/customize/custom-css-setting.php
r39688 r39918 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() -
trunk/tests/phpunit/tests/functions.php
r38810 r39918 885 885 * Tests wp_generate_uuid4(). 886 886 * 887 * @covers wp_generate_uuid4()887 * @covers ::wp_generate_uuid4 888 888 * @ticket 38164 889 889 */ -
trunk/tests/phpunit/tests/link/themeFile.php
r38578 r39918 1 2 1 <?php 3 2 /**
Note: See TracChangeset
for help on using the changeset viewer.