Completed
Push — master ( d732cb...b4c130 )
by Gordon
14:04
created
tests/TwitterShortCodeHandlerTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 use SilverStripe\Dev\SapphireTest;
4 4
 
5 5
 class TwitterShortCodeHandlerTest extends SapphireTest {
6
-	public function testParse_tweet() {
7
-		$this->markTestSkipped('TODO');
8
-	}
6
+    public function testParse_tweet() {
7
+        $this->markTestSkipped('TODO');
8
+    }
9 9
 
10 10
 }
Please login to merge, or discard this patch.
tests/TwitterLargePicTaskTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 use SilverStripe\Dev\SapphireTest;
4 4
 
5 5
 class TwitterLargePicTaskTest extends SapphireTest {
6
-	public function testRun() {
7
-		$this->markTestSkipped('TODO');
8
-	}
6
+    public function testRun() {
7
+        $this->markTestSkipped('TODO');
8
+    }
9 9
 
10 10
 }
Please login to merge, or discard this patch.
tests/RenderableAsTwitterCardTest.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -3,16 +3,16 @@
 block discarded – undo
3 3
 use SilverStripe\Dev\SapphireTest;
4 4
 
5 5
 class RenderableAsTwitterCardTest extends SapphireTest {
6
-	public function testGetTwitterTitle() {
7
-		$this->markTestSkipped('TODO');
8
-	}
6
+    public function testGetTwitterTitle() {
7
+        $this->markTestSkipped('TODO');
8
+    }
9 9
 
10
-	public function testGetTwitterImage() {
11
-		$this->markTestSkipped('TODO');
12
-	}
10
+    public function testGetTwitterImage() {
11
+        $this->markTestSkipped('TODO');
12
+    }
13 13
 
14
-	public function testGetTwitterDescription() {
15
-		$this->markTestSkipped('TODO');
16
-	}
14
+    public function testGetTwitterDescription() {
15
+        $this->markTestSkipped('TODO');
16
+    }
17 17
 
18 18
 }
Please login to merge, or discard this patch.
tests/TwitterCardHelperTest.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -3,16 +3,16 @@
 block discarded – undo
3 3
 use SilverStripe\Dev\SapphireTest;
4 4
 
5 5
 class TwitterCardHelperTest extends SapphireTest {
6
-	public function testCanRenderTwitterCard() {
7
-		$this->markTestSkipped('TODO');
8
-	}
6
+    public function testCanRenderTwitterCard() {
7
+        $this->markTestSkipped('TODO');
8
+    }
9 9
 
10
-	public function testTwitterUsernameSite() {
11
-		$this->markTestSkipped('TODO');
12
-	}
10
+    public function testTwitterUsernameSite() {
11
+        $this->markTestSkipped('TODO');
12
+    }
13 13
 
14
-	public function testTwitterUsernameCreator() {
15
-		$this->markTestSkipped('TODO');
16
-	}
14
+    public function testTwitterUsernameCreator() {
15
+        $this->markTestSkipped('TODO');
16
+    }
17 17
 
18 18
 }
Please login to merge, or discard this patch.