コード例 #1
0
ファイル: CategoryTest.php プロジェクト: mrmoree/vkmh_typo3
 /**
  * Test if hidden can be set
  *
  * @test
  * @return void
  */
 public function hiddenCanBeSet()
 {
     $value = TRUE;
     $this->instance->setHidden($value);
     $this->assertEquals($value, $this->instance->getHidden());
 }