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