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