Completed
Push — master ( c98d9e...96f721 )
by Gordon
08:52 queued 01:17
created
tests/PageWithImageFolderTest.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 class PageWithImageFolderTest extends SapphireTest {
4
-	public function testGetImagesForSeo() {
5
-		$this->markTestSkipped('TODO');
6
-	}
4
+    public function testGetImagesForSeo() {
5
+        $this->markTestSkipped('TODO');
6
+    }
7 7
 
8
-	public function testGetLinksForSeo() {
9
-		$this->markTestSkipped('TODO');
10
-	}
8
+    public function testGetLinksForSeo() {
9
+        $this->markTestSkipped('TODO');
10
+    }
11 11
 
12 12
 }
Please login to merge, or discard this patch.
tests/PageWithImageTest.php 1 patch
Indentation   +30 added lines, -30 removed lines patch added patch discarded remove patch
@@ -1,44 +1,44 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 class PageWithImageTest extends SapphireTest {
4
-	public function testGetOGImage() {
5
-		$this->markTestSkipped('TODO');
6
-	}
4
+    public function testGetOGImage() {
5
+        $this->markTestSkipped('TODO');
6
+    }
7 7
 
8
-	public function testGetCMSFields() {
9
-		$this->markTestSkipped('TODO');
10
-	}
8
+    public function testGetCMSFields() {
9
+        $this->markTestSkipped('TODO');
10
+    }
11 11
 
12
-	public function testGetPortletTitle() {
13
-		$this->markTestSkipped('TODO');
14
-	}
12
+    public function testGetPortletTitle() {
13
+        $this->markTestSkipped('TODO');
14
+    }
15 15
 
16
-	public function testGetPortletImage() {
17
-		$this->markTestSkipped('TODO');
18
-	}
16
+    public function testGetPortletImage() {
17
+        $this->markTestSkipped('TODO');
18
+    }
19 19
 
20
-	public function testGetPortletCaption() {
21
-		$this->markTestSkipped('TODO');
22
-	}
20
+    public function testGetPortletCaption() {
21
+        $this->markTestSkipped('TODO');
22
+    }
23 23
 
24
-	public function testGetTwitterTitle() {
25
-		$this->markTestSkipped('TODO');
26
-	}
24
+    public function testGetTwitterTitle() {
25
+        $this->markTestSkipped('TODO');
26
+    }
27 27
 
28
-	public function testGetTwitterImage() {
29
-		$this->markTestSkipped('TODO');
30
-	}
28
+    public function testGetTwitterImage() {
29
+        $this->markTestSkipped('TODO');
30
+    }
31 31
 
32
-	public function testGetTwitterDescription() {
33
-		$this->markTestSkipped('TODO');
34
-	}
32
+    public function testGetTwitterDescription() {
33
+        $this->markTestSkipped('TODO');
34
+    }
35 35
 
36
-	public function testGetImagesForSeo() {
37
-		$this->markTestSkipped('TODO');
38
-	}
36
+    public function testGetImagesForSeo() {
37
+        $this->markTestSkipped('TODO');
38
+    }
39 39
 
40
-	public function testGetLinksForSeo() {
41
-		$this->markTestSkipped('TODO');
42
-	}
40
+    public function testGetLinksForSeo() {
41
+        $this->markTestSkipped('TODO');
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.
tests/AddImageExtensionTest.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,20 +1,20 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 class AddImageExtensionTest 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 testGetPortletTitle() {
9
-		$this->markTestSkipped('TODO');
10
-	}
8
+    public function testGetPortletTitle() {
9
+        $this->markTestSkipped('TODO');
10
+    }
11 11
 
12
-	public function testGetPortletImage() {
13
-		$this->markTestSkipped('TODO');
14
-	}
12
+    public function testGetPortletImage() {
13
+        $this->markTestSkipped('TODO');
14
+    }
15 15
 
16
-	public function testGetPortletCaption() {
17
-		$this->markTestSkipped('TODO');
18
-	}
16
+    public function testGetPortletCaption() {
17
+        $this->markTestSkipped('TODO');
18
+    }
19 19
 
20 20
 }
Please login to merge, or discard this patch.