コード例 #1
0
ファイル: TemplateHelperTest.php プロジェクト: Konafets/oelib
 /**
  * @test
  */
 public function initInitializesContentObject()
 {
     $this->subject->init();
     self::assertInstanceOf('TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer', $this->subject->cObj);
 }