PhpPresentation\Tests\Writer\PowerPoint2007\CommentAuthorsTest::testWithoutCommentAuthor PHP Метод

testWithoutCommentAuthor() публичный Метод

    public function testWithoutCommentAuthor()
    {
        $oComment = new Comment();
        $this->oPresentation->getActiveSlide()->addShape($oComment);
        $pres = TestHelperDOCX::getDocument($this->oPresentation, 'PowerPoint2007');
        $this->assertFalse($pres->fileExists('ppt/commentAuthors.xml'));
    }