We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368658a commit a9df2d7Copy full SHA for a9df2d7
tests/PhpWordTests/Writer/WPS/MediaTest.php
@@ -31,7 +31,7 @@ public function testGetElements(): void
31
32
public function testAddElement(): void
33
{
34
- $imagePath = __DIR__ . 'tests/PhpWordTests/_files/images/earth.jpg';
+ $imagePath = 'tests/PhpWordTests/_files/images/earth.jpg';
35
$imageElement = new Image($imagePath);
36
37
// Add section media
@@ -78,7 +78,7 @@ public function testAddElement(): void
78
79
public function testClearElements(): void
80
81
82
$sectionImage = new Image($imagePath);
83
$headerImage = new Image($imagePath);
84
0 commit comments