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

testGet() public method

public testGet ( )
    public function testGet()
    {
        $this->assertNotEmpty($this->Native->get('file://' . __FILE__));
    }