コード例 #1
0
 /**
  * Test if fegroup can be set
  *
  * @test
  * @return void
  */
 public function feGroupCanBeSet()
 {
     $feGroup = 666;
     $this->categoryDomainModelInstance->setFeGroup($feGroup);
     $this->assertEquals($feGroup, $this->categoryDomainModelInstance->getFeGroup());
 }