Exemplo n.º 1
0
 public function __construct()
 {
     $this->input = Input::checkbox();
 }
Exemplo n.º 2
0
 public function testCheckbox()
 {
     $input = Input::checkbox();
     $this->assertEquals('checkbox', $input->attr('type'));
 }