Skip to content

Commit a730ab5

Browse files
committed
PowerPoint2007 Writer : Keynote incompatibility (GH-46) (Unit Tests)
1 parent df9c0ea commit a730ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpPowerpoint/Tests/Writer/PowerPoint2007/PptPropsTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ public function testViewProps()
6363
$pres = TestHelperDOCX::getDocument($phpPowerPoint, 'PowerPoint2007');
6464
$element = '/p:viewPr';
6565
$this->assertTrue($pres->elementExists($element, 'ppt/viewProps.xml'));
66-
$this->assertEquals('0', $pres->getElementAttribute($element, 'showComments', 'ppt/tableStyles.xml'));
66+
$this->assertEquals('0', $pres->getElementAttribute($element, 'showComments', 'ppt/viewProps.xml'));
6767
}
6868
}

0 commit comments

Comments
 (0)