| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 41 | public function testConfigurableSearchLabelsExistAndAreInCorrectTab() |
||
| 42 | { |
||
| 43 | $fields = SiteConfig::create()->getCMSFields(); |
||
| 44 | $this->assertInstanceOf(TextField::class, $fields->fieldByName('Root.SearchOptions.EmptySearch')); |
||
| 45 | $this->assertInstanceOf(TextField::class, $fields->fieldByName('Root.SearchOptions.NoSearchResults')); |
||
| 46 | } |
||
| 59 |