Exemplo n.º 1
0
 public function testLabel()
 {
     $label = Former::label('foo');
     $this->assertEquals('<label for="">Foo</label>', $label);
 }