Passed
Pull Request — master (#6)
by
unknown
02:54
created
tests/DocumentConverterTest.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,9 +9,9 @@
 block discarded – undo
9 9
 
10 10
 class DocumentConverterTest extends SapphireTest
11 11
 {
12
-    protected $usesDatabase = true;
12
+	protected $usesDatabase = true;
13 13
 
14
-    public function testExtensionAppliesAppropriateFields() {
15
-        $this->markTestIncomplete();
16
-    }
14
+	public function testExtensionAppliesAppropriateFields() {
15
+		$this->markTestIncomplete();
16
+	}
17 17
 }
18 18
\ No newline at end of file
Please login to merge, or discard this patch.