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