Example #1
0
 public function testInlineHelp()
 {
     $exepcted = '<span class="foo help-inline" data-foo="bar">foobar</span>';
     $html = Form::inline_help('foobar', $this->testAttributes);
     $this->assertEquals($exepcted, $html);
 }