- Timestamp:
- 11/09/2016 01:11:49 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/custom-css-setting.php
r39151 r39175 80 80 $this->assertEquals( 'custom_css', $this->setting->type ); 81 81 $this->assertEquals( 'twentysixteen', $this->setting->stylesheet ); 82 $this->assertEquals( ' unfiltered_css', $this->setting->capability );82 $this->assertEquals( 'edit_css', $this->setting->capability ); 83 83 84 84 $exception = null;
Note: See TracChangeset
for help on using the changeset viewer.