Pantheon\Terminus\UnitTests\ConfigTest::testGetHomeDir PHP Method

testGetHomeDir() public method

Tests the getHomeDir function
public testGetHomeDir ( )
    public function testGetHomeDir()
    {
        $this->assertEquals(getenv('HOME'), $this->config->getHomeDir());
    }