Sonata\Exporter\Test\Writer\AbstractTypedWriterTestCase::testDefaultMimeTypeIsString PHP Method

testDefaultMimeTypeIsString() public method

    public function testDefaultMimeTypeIsString()
    {
        $this->assertInternalType('string', $this->writer->getDefaultMimeType());
    }