Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
2 | class SitemapPageTest extends FunctionalTest { |
||
3 | |||
4 | protected static $fixture_file = 'SitemapPageTest.yml'; |
||
5 | |||
6 | protected static $use_draft_site = true; |
||
7 | |||
8 | public function setUp() |
||
9 | { |
||
10 | parent::setUp(); |
||
11 | |||
12 | Config::inst()->update('SSViewer', 'theme', 'starter'); |
||
13 | } |
||
14 | |||
15 | /** |
||
16 | * Note: this test depends on the "starter" theme being installed and configured as default |
||
17 | */ |
||
18 | public function testSitemapShowsNavigationTitleNotNormalTitle() { |
||
24 | } |
||
25 | } |
||
26 |