- Timestamp:
- 11/07/2016 06:12:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/custom-css-setting.php
r39020 r39151 102 102 103 103 /** 104 * Test WP_Customize_Custom_CSS_Setting::update().104 * Test crud methods on WP_Customize_Custom_CSS_Setting. 105 105 * 106 106 * @covers wp_get_custom_css() … … 110 110 */ 111 111 function test_crud() { 112 113 $this->setting->default = '/* Hello World */'; 114 $this->assertEquals( $this->setting->default, $this->setting->value() ); 115 112 116 $original_css = 'body { color: black; }'; 113 117 $this->factory()->post->create( array(
Note: See TracChangeset
for help on using the changeset viewer.