Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
17 | public function testConfigurableSearchLabelsExistAndAreInCorrectTab() |
||
18 | { |
||
19 | $fields = SiteConfig::create()->getCMSFields(); |
||
20 | $this->assertInstanceOf(TextField::class, $fields->fieldByName('Root.SearchOptions.EmptySearch')); |
||
21 | $this->assertInstanceOf(TextField::class, $fields->fieldByName('Root.SearchOptions.NoSearchResults')); |
||
22 | } |
||
69 |