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