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 bf337b9 commit 01754a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PhpPresentation/Writer/ODPresentation.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public function save($pFilename)

$oDir = new DirectoryIterator(dirname(__FILE__).DIRECTORY_SEPARATOR.'ODPresentation');
foreach ($oDir as $oFile) {
echo "\n".$this->path."/".$oFile->getBasename('.php')."\n";
if (!$oFile->isFile()) {
continue;
}
Expand Down

0 comments on commit 01754a1

Please sign in to comment.