Essence\Http\Client\NativeTest::testGetUnreachable PHP Method

testGetUnreachable() public method

public testGetUnreachable ( )
    public function testGetUnreachable()
    {
        $this->setExpectedException('\\Essence\\Http\\Exception');
        $this->Native->get('file://' . __FILE__ . '.unreachable');
    }