Skip to content

Commit 908a70b

Browse files
committed
3 Related Test Failures
All call getRemoteGifImageUrl. Try setting those methods to separate process.
1 parent 30a56b0 commit 908a70b

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

tests/PhpWordTests/Element/CellTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ public function testAddImageFooter(): void
163163

164164
/**
165165
* Add image section by URL.
166+
* Method getRemoteGifImageUrl seems to require separate process.
167+
*
168+
* @runInSeparateProcess
166169
*/
167170
public function testAddImageSectionByUrl(): void
168171
{

tests/PhpWordTests/Element/FooterTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ public function testAddImage(): void
113113

114114
/**
115115
* Add image by URL.
116+
*
117+
* @runInSeparateProcess
116118
*/
117119
public function testAddImageByUrl(): void
118120
{

tests/PhpWordTests/Element/HeaderTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ public function testAddImage(): void
123123

124124
/**
125125
* Add image by URL.
126+
*
127+
* @runInSeparateProcess
126128
*/
127129
public function testAddImageByUrl(): void
128130
{

0 commit comments

Comments
 (0)