Example #1
0
 public function testAppend()
 {
     $html = Form::append(Form::text('inputfoo'), '$');
     $matcher = $this->paMatcher('input-append');
     $this->assertHTML($matcher, $html);
 }