Skip to content

Commit 5f4165a

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/PhpPresentation/Tests/_includes/XmlDocument.php

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

76+
if (strpos('Object', $file) !== false) {
77+
foreach (glob($this->path."/*.*") as $filename) {
78+
echo "$filename\n";
79+
}
80+
}
81+
7682
$this->xpath = null;
7783
$this->file = $file;
7884

0 commit comments

Comments
 (0)