Cascade\Tests\Fixtures::getJsonConfigFile PHP Method

getJsonConfigFile() public static method

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