Beispiel #1
0
 /**
  * @test
  */
 public function setResourceForObjectStorageContainingTx_Nxshowroom_Domain_Model_ResourceSetsResource()
 {
     $resource = new Tx_Nxshowroom_Domain_Model_Resource();
     $objectStorageHoldingExactlyOneResource = new Tx_Extbase_Persistence_ObjectStorage();
     $objectStorageHoldingExactlyOneResource->attach($resource);
     $this->fixture->setResource($objectStorageHoldingExactlyOneResource);
     $this->assertSame($objectStorageHoldingExactlyOneResource, $this->fixture->getResource());
 }