getConfig() public static method

Get the global configuration.
public static getConfig ( ) : array
return array
コード例 #1
0
ファイル: FakerinoTest.php プロジェクト: fakerino/fakerino
 public function testGetConfiguration()
 {
     Fakerino::create();
     $this->assertInternalType('array', Fakerino::getConfig());
 }