Completed
Push — master ( 354786...9ea506 )
by Robbie
07:25
created
tests/ExternalLinksTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,9 +8,9 @@
 block discarded – undo
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')) {
Please login to merge, or discard this patch.
tests/ExternalLinksTestPage.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.