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