PhpPresentation\Tests\Writer\PowerPoint2007\DocPropsThumbnailTest::testRender PHP Méthode

testRender() public méthode

public testRender ( )
    public function testRender()
    {
        $oPhpPresentation = new PhpPresentation();
        $oXMLDoc = TestHelperDOCX::getDocument($oPhpPresentation, 'PowerPoint2007');
        $this->assertFalse($oXMLDoc->fileExists('docProps/thumbnail.jpeg'));
    }