Example #1
0
 public function testButton()
 {
     $html = Form::button('foo', $this->testAttributes);
     $matcher = $this->createButtonMatcher('button');
     $this->assertHTML($matcher, $html);
 }