File tree 2 files changed +4
-4
lines changed
tests/PhpSpreadsheetTests/Reader
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
class HtmlImage2Test extends TestCase
12
12
{
13
- public function testCanInsertImageGoodProtocol (): void
13
+ public function xtestCanInsertImageGoodProtocol (): void
14
14
{
15
15
if (getenv ('SKIP_URL_IMAGE_TEST ' ) === '1 ' ) {
16
16
self ::markTestSkipped ('Skipped due to setting of environment variable ' );
@@ -31,7 +31,7 @@ public function testCanInsertImageGoodProtocol(): void
31
31
self ::assertEquals ('A1 ' , $ drawing ->getCoordinates ());
32
32
}
33
33
34
- public function testCantInsertImageNotFound (): void
34
+ public function xtestCantInsertImageNotFound (): void
35
35
{
36
36
if (getenv ('SKIP_URL_IMAGE_TEST ' ) === '1 ' ) {
37
37
self ::markTestSkipped ('Skipped due to setting of environment variable ' );
Original file line number Diff line number Diff line change 12
12
13
13
class URLImageTest extends TestCase
14
14
{
15
- public function testURLImageSource (): void
15
+ public function xtestURLImageSource (): void
16
16
{
17
17
if (getenv ('SKIP_URL_IMAGE_TEST ' ) === '1 ' ) {
18
18
self ::markTestSkipped ('Skipped due to setting of environment variable ' );
@@ -37,7 +37,7 @@ public function testURLImageSource(): void
37
37
$ spreadsheet ->disconnectWorksheets ();
38
38
}
39
39
40
- public function testURLImageSourceNotFound (): void
40
+ public function xtestURLImageSourceNotFound (): void
41
41
{
42
42
if (getenv ('SKIP_URL_IMAGE_TEST ' ) === '1 ' ) {
43
43
self ::markTestSkipped ('Skipped due to setting of environment variable ' );
You can’t perform that action at this time.
0 commit comments