Completed
Push — develop ( 2b89a1...8f9d97 )
by Freddie
04:51 queued 10s
created
tests/Unit/InputTest.php 1 patch
Switch Indentation   -4 removed lines patch added patch discarded remove patch
@@ -12,7 +12,3 @@
 block discarded – undo
12 12
         $render = Input::text('foo');
13 13
 
14 14
         $this->assertEquals(<<<'T'
15
-<input type="text" id="form_foo" name="form[foo]" required="required" class="form-control" />
16
-T, $render);
17
-    }
18
-}
Please login to merge, or discard this patch.