예제 #1
0
 public function testSubmitButton()
 {
     $html = Form::submit('foo', $this->testAttributes);
     $matcher = $this->createButtonMatcher('submit');
     $this->assertHTML($matcher, $html);
 }