diff --git a/tests/PortableInfoboxRenderServiceHelperTest.php b/tests/PortableInfoboxRenderServiceHelperTest.php index 73c1345..0b0607d 100644 --- a/tests/PortableInfoboxRenderServiceHelperTest.php +++ b/tests/PortableInfoboxRenderServiceHelperTest.php @@ -223,15 +223,28 @@ class PortableInfoboxRenderServiceHelperTest extends WikiaBaseTest { ['data', [ 'label' => 'Data
with

div

with class
and other tags', - 'value' => 'Data Value' ], + 'value' => 'Data Value' + ], [ 'label' => 'Data with div with class and other tags', 'value' => 'Data Value' ] + ], + ['data', + [ + 'label' => '', + 'value' => 'Data Value' + ], + [ + 'label' => '', + 'value' => 'Data Value' + ] ] ]; } + + /** * @param array $item * @param array $heroData