Completed
Push — master ( 745f55...d4a035 )
by Gordon
28:49 queued 13:09
created
tests/CreatorOnlyCanEditExtensionTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 class CreatorOnlyCanEditExtensionTest extends SapphireTest {
4
-	public function testCanEdit() {
5
-		$this->markTestSkipped('TODO');
6
-	}
4
+    public function testCanEdit() {
5
+        $this->markTestSkipped('TODO');
6
+    }
7 7
 
8 8
 }
Please login to merge, or discard this patch.
tests/CreatorOnlyCanEditFormExtensionTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 class CreatorOnlyCanEditFormExtensionTest extends SapphireTest {
4
-	public function testUpdateEditForm() {
5
-		$this->markTestSkipped('TODO');
6
-	}
4
+    public function testUpdateEditForm() {
5
+        $this->markTestSkipped('TODO');
6
+    }
7 7
 
8 8
 }
Please login to merge, or discard this patch.
tests/CreatorLastEditorExtensionTest.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 CreatorLastEditorExtensionTest extends SapphireTest {
4
-	public function testOnBeforeWrite() {
5
-		$this->markTestSkipped('TODO');
6
-	}
4
+    public function testOnBeforeWrite() {
5
+        $this->markTestSkipped('TODO');
6
+    }
7 7
 
8
-	public function testUpdateCMSFields() {
9
-		$this->markTestSkipped('TODO');
10
-	}
8
+    public function testUpdateCMSFields() {
9
+        $this->markTestSkipped('TODO');
10
+    }
11 11
 
12 12
 }
Please login to merge, or discard this patch.