Example #1
0
 /**
  * @test
  */
 public function setShortcutToPageForFileReferenceSetsShortcutToPage()
 {
     $fileReferenceFixture = new \TYPO3\CMS\Extbase\Domain\Model\FileReference();
     $this->subject->setShortcutToPage($fileReferenceFixture);
     $this->assertAttributeEquals($fileReferenceFixture, 'shortcutToPage', $this->subject);
 }