Example #1
0
 /**
  * MIME test
  *
  * @dataProvider    documentProvider
  * @param   string  $file
  */
 public function testDocumentMIME($file)
 {
     $this->assertNotEmpty(self::$client->getMIME($file));
 }