| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 31 | public function testFieldsAreNotRemovedWhenNotUsingCwpTheme() |
||
| 32 | { |
||
| 33 | Config::inst()->update('SSViewer', 'theme', 'simple'); |
||
| 34 | $fields = SiteConfig::create()->getCMSFields(); |
||
| 35 | $this->assertInstanceOf(SelectUploadField::class, $fields->fieldByName('Root.LogosIcons.LogoRetina')); |
||
| 36 | } |
||
| 59 |