Completed
Push — master ( 1a0a53...ef1b0f )
by Gordon
11:11
created
tests/GalleryImageShortCodeHandlerTest.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 GalleryImageShortCodeHandlerTest extends SapphireTest {
4
-	public function testParse_gallery_image() {
5
-		$this->markTestSkipped('TODO');
6
-	}
4
+  public function testParse_gallery_image() {
5
+    $this->markTestSkipped('TODO');
6
+  }
7 7
 
8
-	public function test_link_shortcode_handler() {
9
-		$this->markTestSkipped('TODO');
10
-	}
8
+  public function test_link_shortcode_handler() {
9
+    $this->markTestSkipped('TODO');
10
+  }
11 11
 
12 12
 }
Please login to merge, or discard this patch.