See also: FileLoaderAbstract
Inheritance: extends FileLoaderAbstract
 public function testLoadsPhpArrayConfigFromFile()
 {
     $this->assertSame(include __DIR__ . '/../../../Fixtures/fixture_config.php', $this->loader->load(__DIR__ . '/../../../Fixtures/fixture_config.php'));
 }