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