/**
  * @test
  */
 public function canGetObjectByPath()
 {
     $testPath = 'plugin.tx_solr.index.queue.tt_news.fields.content';
     $expectedResult = array('content' => 'SOLR_CONTENT', 'content.' => array('field' => 'bodytext'));
     $this->assertSame($expectedResult, $this->configuration->getObjectByPath($testPath), 'Could not get configuration object by path');
 }