diff --git a/tests/PortableInfoboxRenderServiceTest.php b/tests/PortableInfoboxRenderServiceTest.php index 148b1f3..88f2865 100644 --- a/tests/PortableInfoboxRenderServiceTest.php +++ b/tests/PortableInfoboxRenderServiceTest.php @@ -105,7 +105,7 @@ class PortableInfoboxRenderServiceTest extends PHPUnit_Framework_TestCase { ], 'output' => '', - 'description' => 'Only image for mobile' + 'description' => 'Only image' ], [ 'input' => [ @@ -129,27 +129,6 @@ class PortableInfoboxRenderServiceTest extends PHPUnit_Framework_TestCase { ', 'description' => 'Footer only' ], - [ - 'input' => [ - [ - 'type' => 'image', - 'data' => [ - 'alt' => 'image alt', - 'url' => 'http://image.jpg' - ] - ] - ], - 'output' => '', - 'description' => 'Only image' - ], [ 'input' => [ [