Skip to content

Commit ee26a8e

Browse files
committed
fix
1 parent c72e237 commit ee26a8e

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

header-footer-images-test-result.docx

18.9 KB
Binary file not shown.

tests/PhpWordTests/Writer/WPS/MediaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function testAddElement(): void
4343
self::assertStringStartsWith('image1.', $elements[0]['target']);
4444

4545
// Add header media
46-
$headerImageElement = new Image($imagePath);
46+
$headerImageElement = new Image($imagePath);
4747
Media::addElement('header', $headerImageElement);
4848
$headerElements = Media::getElements('header');
4949
self::assertCount(1, $headerElements);

tests/PhpWordTests/_files/tcpdf.pdf

Whitespace-only changes.

tests/PhpWordTests/_files/temp.epub

136 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)