getConfig() public static method

Get the global configuration.
public static getConfig ( ) : array
return array
Beispiel #1
0
 public function testGetConfiguration()
 {
     Fakerino::create();
     $this->assertInternalType('array', Fakerino::getConfig());
 }