PhpOffice\PhpPresentation\Tests\Shape\Drawing\ZipFileTest::testMimeType PHP Method

testMimeType() public method

public testMimeType ( )
    public function testMimeType()
    {
        $oDrawing = new ZipFile();
        $oDrawing->setPath($this->fileOk);
        $this->assertEquals('image/gif', $oDrawing->getMimeType());
    }