mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-05 06:58:15 +00:00
Merge branch 'master' into issue4269
This commit is contained in:
@@ -10,7 +10,7 @@ use PHPUnit\Framework\TestCase;
|
||||
|
||||
class HtmlImage2Test extends TestCase
|
||||
{
|
||||
public function testCanInsertImageGoodProtocol(): void
|
||||
public function xtestCanInsertImageGoodProtocol(): void
|
||||
{
|
||||
if (getenv('SKIP_URL_IMAGE_TEST') === '1') {
|
||||
self::markTestSkipped('Skipped due to setting of environment variable');
|
||||
@@ -31,7 +31,7 @@ class HtmlImage2Test extends TestCase
|
||||
self::assertEquals('A1', $drawing->getCoordinates());
|
||||
}
|
||||
|
||||
public function testCantInsertImageNotFound(): void
|
||||
public function xtestCantInsertImageNotFound(): void
|
||||
{
|
||||
if (getenv('SKIP_URL_IMAGE_TEST') === '1') {
|
||||
self::markTestSkipped('Skipped due to setting of environment variable');
|
||||
|
||||
@@ -12,7 +12,7 @@ use PHPUnit\Framework\TestCase;
|
||||
|
||||
class URLImageTest extends TestCase
|
||||
{
|
||||
public function testURLImageSource(): void
|
||||
public function xtestURLImageSource(): void
|
||||
{
|
||||
if (getenv('SKIP_URL_IMAGE_TEST') === '1') {
|
||||
self::markTestSkipped('Skipped due to setting of environment variable');
|
||||
@@ -37,7 +37,7 @@ class URLImageTest extends TestCase
|
||||
$spreadsheet->disconnectWorksheets();
|
||||
}
|
||||
|
||||
public function testURLImageSourceNotFound(): void
|
||||
public function xtestURLImageSourceNotFound(): void
|
||||
{
|
||||
if (getenv('SKIP_URL_IMAGE_TEST') === '1') {
|
||||
self::markTestSkipped('Skipped due to setting of environment variable');
|
||||
|
||||
Reference in New Issue
Block a user