Exemplo n.º 1
0
 /**
  * @test
  */
 public function setCategoriesForObjectStorageContainingTx_WoehrlSeminare_Domain_Model_CategorySetsCategories()
 {
     $category = new Tx_WoehrlSeminare_Domain_Model_Category();
     $objectStorageHoldingExactlyOneCategories = new Tx_Extbase_Persistence_ObjectStorage();
     $objectStorageHoldingExactlyOneCategories->attach($category);
     $this->fixture->setCategories($objectStorageHoldingExactlyOneCategories);
     $this->assertSame($objectStorageHoldingExactlyOneCategories, $this->fixture->getCategories());
 }