/**
  * @test
  */
 public function testConsctructorCreatesEmptyObjectStorages()
 {
     $this->assertInstanceOf('TYPO3\\CMS\\Extbase\\Persistence\\ObjectStorage', $this->fixture->getCategories());
 }