Skip to content

Commit 01754a1

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PhpPresentation/Writer/ODPresentation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public function save($pFilename)
101101

102102
$oDir = new DirectoryIterator(dirname(__FILE__).DIRECTORY_SEPARATOR.'ODPresentation');
103103
foreach ($oDir as $oFile) {
104+
echo "\n".$this->path."/".$oFile->getBasename('.php')."\n";
104105
if (!$oFile->isFile()) {
105106
continue;
106107
}

0 commit comments

Comments
 (0)