Passed
Push — master ( 6b2f87...f0f120 )
by Atymic
01:50 queued 10s
created
tests/FortySixElksMediaTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -18,9 +18,9 @@
 block discarded – undo
18 18
 
19 19
         //test subject
20 20
         $this->assertEquals(
21
-           'test subject',
22
-           $class->subject('test subject')
23
-               ->getSubject());
21
+            'test subject',
22
+            $class->subject('test subject')
23
+                ->getSubject());
24 24
     }
25 25
 
26 26
     public function testMMSTest()
Please login to merge, or discard this patch.