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