| Total Complexity | 2 |
| Total Lines | 57 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class CWPSiteConfigExtensionTest extends SapphireTest |
||
| 11 | { |
||
| 12 | protected $usesDatabase = true; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Ensure that the two "search caption" fields exist and are in the right tab |
||
| 16 | */ |
||
| 17 | public function testConfigurableSearchLabelsExistAndAreInCorrectTab() |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Ensure theme options are returned in the expected format without any excluded values |
||
| 26 | */ |
||
| 27 | public function testGetThemeOptionsExcluding() |
||
| 69 |