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