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