コード例 #1
0
ファイル: FormTest.php プロジェクト: dyon/flatstrapper
 public function testAppend()
 {
     $html = Form::append(Form::text('inputfoo'), '$');
     $matcher = $this->paMatcher('input-append');
     $this->assertHTML($matcher, $html);
 }