예제 #1
0
파일: TsTest.php 프로젝트: nxpthx/ext-solr
 /**
  * @test
  */
 public function getTypoScriptPathAsCObjectWithMoreThanOneArgument()
 {
     $path = 'plugin.tx_solr.renderObjects.testContent2';
     $arguments = $this->fixtures;
     array_unshift($arguments, $path);
     $expected = 'argument content with html';
     $actual = $this->viewHelper->execute($arguments);
     $this->assertEquals($expected, $actual);
 }