コード例 #1
0
ファイル: FormTest.php プロジェクト: fruition-sciences/phpfw
 /**
  * @covers Form::isCalendarShown
  * @depends testSetCalendarShown
  */
 public function testIsCalendarShown(\Form $form)
 {
     $this->assertTrue($form->isCalendarShown());
 }