Phue\Test\Transport\Adapter\StreamingTest::testGetContentType PHP Method

testGetContentType() public method

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