示例#1
0
 /**
  * @test
  */
 public function setTypeForTx_Nxshowroom_Domain_Model_TypeSetsType()
 {
     $dummyObject = new Tx_Nxshowroom_Domain_Model_Type();
     $this->fixture->setType($dummyObject);
     $this->assertSame($dummyObject, $this->fixture->getType());
 }