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

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

Test: Get Content Type
public testGetContentType ( )
    public function testGetContentType()
    {
        $this->curlAdapter->open();
        $this->assertEmpty($this->curlAdapter->getContentType());
        $this->curlAdapter->close();
    }