- Timestamp:
- 08/25/2020 12:57:17 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/custom-css-setting.php
r46586 r48858 76 76 * Also checks for the post type and the Setting Type. 77 77 * 78 * @covers WP_Customize_Custom_CSS_Setting::__construct ()78 * @covers WP_Customize_Custom_CSS_Setting::__construct 79 79 */ 80 80 function test_construct() { … … 107 107 * 108 108 * @covers ::wp_get_custom_css 109 * @covers WP_Customize_Custom_CSS_Setting::value ()110 * @covers WP_Customize_Custom_CSS_Setting::preview ()111 * @covers WP_Customize_Custom_CSS_Setting::update ()109 * @covers WP_Customize_Custom_CSS_Setting::value 110 * @covers WP_Customize_Custom_CSS_Setting::preview 111 * @covers WP_Customize_Custom_CSS_Setting::update 112 112 */ 113 113 function test_crud() { … … 267 267 * Test crud methods on WP_Customize_Custom_CSS_Setting. 268 268 * 269 * @covers WP_Customize_Custom_CSS_Setting::value ()269 * @covers WP_Customize_Custom_CSS_Setting::value 270 270 */ 271 271 function test_value_filter() { … … 307 307 * Test update filter on WP_Customize_Custom_CSS_Setting. 308 308 * 309 * @covers WP_Customize_Custom_CSS_Setting::update ()309 * @covers WP_Customize_Custom_CSS_Setting::update 310 310 */ 311 311 function test_update_filter() { … … 365 365 * as it picks up the Errors and passes them to the next assertion. 366 366 * 367 * @covers WP_Customize_Custom_CSS_Setting::validate ()367 * @covers WP_Customize_Custom_CSS_Setting::validate 368 368 */ 369 369 function test_validate() {
Note: See TracChangeset
for help on using the changeset viewer.