/** * @test */ public function getTagsReturnsInitialValueForTags() { $newObjectStorage = new \TYPO3\CMS\Extbase\Persistence\ObjectStorage(); $this->assertEquals($newObjectStorage, $this->subject->getTags()); }