Skip to content

Commit

Permalink
PHPOffice#123 : Support for Video (Fix PHPUnit tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Mar 31, 2016
1 parent 5f4165a commit c0482ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PhpPresentation/Tests/_includes/XmlDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function getFileDom($file = 'word/document.xml')
return $this->dom;
}

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

0 comments on commit c0482ac

Please sign in to comment.