getMimeType() public method

public getMimeType ( ) : string
return string
Esempio n. 1
0
 public function testMimeType()
 {
     $oDrawing = new ZipFile();
     $oDrawing->setPath($this->fileOk);
     $this->assertEquals('image/gif', $oDrawing->getMimeType());
 }