PhpPresentation\Tests\Writer\PowerPoint2007\CommentAuthorsTest::testWithoutComment PHP Method

testWithoutComment() public method

public testWithoutComment ( )
    public function testWithoutComment()
    {
        $pres = TestHelperDOCX::getDocument($this->oPresentation, 'PowerPoint2007');
        $this->assertFalse($pres->fileExists('ppt/commentAuthors.xml'));
    }