Пример #1
0
 /**
  * @depends testWhetherNoSubmitButtonIsAddedWithoutASubmitLabelBeingSet
  */
 public function testWhetherIsSubmittedReturnsFalseWithoutASubmitLabelBeingSet()
 {
     $form = new Form();
     $this->assertFalse($form->isSubmitted(), 'Form::isSubmitted() does not return false in case no submit label is set');
 }