Cascade\Tests\Fixtures::getJsonConfigFile PHP Méthode

getJsonConfigFile() public static méthode

Return the fixture JSON config file
public static getJsonConfigFile ( ) : string
Résultat string Path to JSON config file
    public static function getJsonConfigFile()
    {
        return self::fixtureDir() . '/fixture_config.json';
    }