@@ -1,12 +1,12 @@ |
||
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 | } |
@@ -1,44 +1,44 @@ |
||
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 | } |
@@ -1,20 +1,20 @@ |
||
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 | } |