Phue\Test\Transport\Adapter\CurlTest::testClose PHP Метод

testClose() публичный Метод

Test: Close curl adapter
public testClose ( )
    public function testClose()
    {
        $this->curlAdapter->open();
        $this->curlAdapter->close();
        $this->assertAttributeEmpty('curl', $this->curlAdapter);
    }