@@ -3,8 +3,8 @@ |
||
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 | } |
@@ -3,8 +3,8 @@ |
||
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 | } |
@@ -3,16 +3,16 @@ |
||
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 | } |
@@ -3,16 +3,16 @@ |
||
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 | } |