Gush\Tests\ConfigFactoryTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->homedir = $this->getNewTmpDirectory('gush-home');
        putenv('GUSH_HOME=' . $this->homedir);
        putenv('GUSH_CACHE_DIR');
    }