示例#1
0
 public function testCanUseFacadeWithoutContainer()
 {
     $text = Former::text('foo')->render();
     $this->assertEquals('<input class="form-control" id="foo" type="text" name="foo">', $text);
 }