Completed
Pull Request — master (#1)
by Jason
03:12
created
tests/ViewableDataObjectTest.php 1 patch
Indentation   +39 added lines, -39 removed lines patch added patch discarded remove patch
@@ -1,56 +1,56 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 class ViewableDataObjectTest extends SapphireTest {
4
-	public function testUpdateCMSFields() {
5
-		$this->markTestSkipped('TODO');
6
-	}
4
+    public function testUpdateCMSFields() {
5
+        $this->markTestSkipped('TODO');
6
+    }
7 7
 
8
-	public function testHasParentPage() {
9
-		$this->markTestSkipped('TODO');
10
-	}
8
+    public function testHasParentPage() {
9
+        $this->markTestSkipped('TODO');
10
+    }
11 11
 
12
-	public function testHasViewAction() {
13
-		$this->markTestSkipped('TODO');
14
-	}
12
+    public function testHasViewAction() {
13
+        $this->markTestSkipped('TODO');
14
+    }
15 15
 
16
-	public function testGetLink() {
17
-		$this->markTestSkipped('TODO');
18
-	}
16
+    public function testGetLink() {
17
+        $this->markTestSkipped('TODO');
18
+    }
19 19
 
20
-	public function testLink() {
21
-		$this->markTestSkipped('TODO');
22
-	}
20
+    public function testLink() {
21
+        $this->markTestSkipped('TODO');
22
+    }
23 23
 
24
-	public function testGetAbsoluteLink() {
25
-		$this->markTestSkipped('TODO');
26
-	}
24
+    public function testGetAbsoluteLink() {
25
+        $this->markTestSkipped('TODO');
26
+    }
27 27
 
28
-	public function testValidURLSegment() {
29
-		$this->markTestSkipped('TODO');
30
-	}
28
+    public function testValidURLSegment() {
29
+        $this->markTestSkipped('TODO');
30
+    }
31 31
 
32
-	public function testFunction() {
33
-		$this->markTestSkipped('TODO');
34
-	}
32
+    public function testFunction() {
33
+        $this->markTestSkipped('TODO');
34
+    }
35 35
 
36
-	public function testGenerateURLSegment() {
37
-		$this->markTestSkipped('TODO');
38
-	}
36
+    public function testGenerateURLSegment() {
37
+        $this->markTestSkipped('TODO');
38
+    }
39 39
 
40
-	public function testGetStageURLSegment() {
41
-		$this->markTestSkipped('TODO');
42
-	}
40
+    public function testGetStageURLSegment() {
41
+        $this->markTestSkipped('TODO');
42
+    }
43 43
 
44
-	public function testGetLiveURLSegment() {
45
-		$this->markTestSkipped('TODO');
46
-	}
44
+    public function testGetLiveURLSegment() {
45
+        $this->markTestSkipped('TODO');
46
+    }
47 47
 
48
-	public function testBreadcrumbs() {
49
-		$this->markTestSkipped('TODO');
50
-	}
48
+    public function testBreadcrumbs() {
49
+        $this->markTestSkipped('TODO');
50
+    }
51 51
 
52
-	public function testOnBeforeWrite() {
53
-		$this->markTestSkipped('TODO');
54
-	}
52
+    public function testOnBeforeWrite() {
53
+        $this->markTestSkipped('TODO');
54
+    }
55 55
 
56 56
 }
Please login to merge, or discard this patch.