public function testGetContentType()
 {
     $doc = new TikaWrapper($this->resource, $this->client);
     $type = $doc->getContentType();
     $this->assertEquals('application/msword', $type);
 }