Cmfcmf\OpenWeatherMap\IntegTests\ForecastDailyTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        $ini = parse_ini_file(__DIR__ . '/ApiKey.ini');
        $apiKey = $ini['api_key'];
        $this->owm = new OpenWeatherMap($apiKey);
    }