Essence\Http\Client\NativeTest::testGetUnreachable PHP 메소드

testGetUnreachable() 공개 메소드

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