Skip to content

Commit cfc0251

Browse files
author
Yuriy Denyshchenko
committed
MAGETWO-55513: Portdown MAGETWO-51015 down to M2.0.x branch
1 parent 92c9cac commit cfc0251

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Source

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Source/TableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function testGetSpecificOptions($optionIds, $withEmpty)
145145
->willReturn($options);
146146

147147
if ($withEmpty) {
148-
array_unshift($options, ['label' => '', 'value' => '']);
148+
array_unshift($options, ['label' => ' ', 'value' => '']);
149149
}
150150

151151
$this->assertEquals($options, $this->_model->getSpecificOptions($optionIds, $withEmpty));

0 commit comments

Comments
 (0)