Example #1
0
 /**
  * @covers Form::isCalendarShown
  * @depends testSetCalendarShown
  */
 public function testIsCalendarShown(\Form $form)
 {
     $this->assertTrue($form->isCalendarShown());
 }