getConfig() публичный Метод

Read the config
public getConfig ( string $dir ) : array
$dir string filepath to the package directory
Результат array the full config
Пример #1
0
 public function testLoad()
 {
     $helper = new Helper();
     $cfg = $helper->getConfig(dirname(__DIR__) . '/Fixtures');
     $this->assertArrayHasKey('SomeClass::someMethod', $cfg['graph']['calling']);
 }