Esempio n. 1
0
 /**
  * @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);
 }