Exemplo n.º 1
0
 /**
  * @test
  */
 public function initInitializesContentObject()
 {
     $this->subject->init();
     self::assertInstanceOf('TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer', $this->subject->cObj);
 }