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 c7b480a commit 5f4165a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/PhpPresentation/Tests/_includes/XmlDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ public function getFileDom($file = 'word/document.xml')
return $this->dom;
}

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

$this->xpath = null;
$this->file = $file;

Expand Down

0 comments on commit 5f4165a

Please sign in to comment.