Completed
Push — master ( 4d2deb...241a00 )
by Gordon
13:29
created
tests/GridRowsExtensionTest.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 class GridRowsExtensionTest extends SapphireTest {
4
-	public function testSplitDataListIntoGridRows() {
5
-		$this->markTestSkipped('TODO');
6
-	}
4
+  public function testSplitDataListIntoGridRows() {
5
+    $this->markTestSkipped('TODO');
6
+  }
7 7
 
8
-	public function testSplitClassNameDataListIntoGridRows() {
9
-		$this->markTestSkipped('TODO');
10
-	}
8
+  public function testSplitClassNameDataListIntoGridRows() {
9
+    $this->markTestSkipped('TODO');
10
+  }
11 11
 
12
-	public function testCreateGrid() {
13
-		$this->markTestSkipped('TODO');
14
-	}
12
+  public function testCreateGrid() {
13
+    $this->markTestSkipped('TODO');
14
+  }
15 15
 
16 16
 }
Please login to merge, or discard this patch.