Merge branch 'master' into issue4269

This commit is contained in:
oleibman
2024-12-11 06:29:42 -08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -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');