Skip to content

Commit c0482ac

Browse files
committed
#123 : Support for Video (Fix PHPUnit tests)
1 parent 5f4165a commit c0482ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpPresentation/Tests/_includes/XmlDocument.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function getFileDom($file = 'word/document.xml')
7373
return $this->dom;
7474
}
7575

76-
if (strpos('Object', $file) !== false) {
76+
if (strpos($file, 'Object') !== false) {
7777
foreach (glob($this->path."/*.*") as $filename) {
7878
echo "$filename\n";
7979
}

0 commit comments

Comments
 (0)