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