- Timestamp:
- 04/06/2017 06:19:02 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/tests/phpunit/tests/customize/custom-css-setting.php
r39694 r40388 151 151 $saved = $this->setting->save(); 152 152 153 $this->assert True( false !==$saved );153 $this->assertNotFalse( $saved ); 154 154 $this->assertEquals( $updated_css, $this->setting->value() ); 155 155 $this->assertEquals( $updated_css, wp_get_custom_css( $this->setting->stylesheet ) );
Note: See TracChangeset
for help on using the changeset viewer.