Skip to content

Commit bf337b9

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PhpPresentation/Tests/_includes/XmlDocument.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ public function getFileDom($file = 'word/document.xml')
7474
}
7575

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

0 commit comments

Comments
 (0)