setAuthor($oAuthor); $this->oPresentation->getActiveSlide()->addShape($oComment); $this->assertZipFileExists('ppt/comments/comment1.xml'); $this->assertZipXmlElementExists('ppt/comments/comment1.xml', $expectedElement); $this->assertZipXmlAttributeEquals('ppt/comments/comment1.xml', $expectedElement, 'authorId', 0); } public function testWithoutComment() { $this->assertZipFileNotExists('ppt/comments/comment1.xml'); } }