Fakerino\Fakerino::getConfig PHP Method

getConfig() public static method

Get the global configuration.
public static getConfig ( ) : array
return array
    public static function getConfig()
    {
        return self::$defaultConf->toArray();
    }

Usage Example

Beispiel #1
0
 public function testGetConfiguration()
 {
     Fakerino::create();
     $this->assertInternalType('array', Fakerino::getConfig());
 }