@@ -8,9 +8,9 @@ |
||
8 | 8 | 'ExternalLinksTestPage' |
9 | 9 | ); |
10 | 10 | |
11 | - protected $illegalExtensions = array( |
|
12 | - 'SiteTree' => array('Translatable') |
|
13 | - ); |
|
11 | + protected $illegalExtensions = array( |
|
12 | + 'SiteTree' => array('Translatable') |
|
13 | + ); |
|
14 | 14 | |
15 | 15 | public function setUpOnce() { |
16 | 16 | if (class_exists('Phockito')) { |
@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | class ExternalLinksTestPage extends Page implements TestOnly |
4 | 4 | { |
5 | - private static $db = array( |
|
6 | - 'ExpectedContent' => 'HTMLText' |
|
7 | - ); |
|
5 | + private static $db = array( |
|
6 | + 'ExpectedContent' => 'HTMLText' |
|
7 | + ); |
|
8 | 8 | } |