コード例 #1
0
ファイル: Form.test.php プロジェクト: raftalks/former
 public function testLabel()
 {
     $label = Former::label('foo');
     $this->assertEquals('<label for="">Foo</label>', $label);
 }