PptPrese 339 B

123456789101112131415
  1. <?php
  2. namespace PhpPresentation\Tests\Writer\PowerPoint2007;
  3. use PhpOffice\PhpPresentation\Tests\PhpPresentationTestCase;
  4. class PptPresentationTest extends PhpPresentationTestCase
  5. {
  6. protected $writerName = 'PowerPoint2007';
  7. public function testRender()
  8. {
  9. $this->assertZipFileExists('ppt/presentation.xml');
  10. }
  11. }