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

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

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