21 private $objectManagerHelper;
28 $this->objectManagerHelper =
29 new \Magento\Framework\TestFramework\Unit\Helper\ObjectManager($this);
31 $this->subject = $this->objectManagerHelper->getObject(
36 'Athletic/Sporting Goods',
48 $expectedOptionsArray = [
49 [
'value' =>
'',
'label' =>
__(
'--Please Select--')],
50 [
'value' =>
'Apps and Games',
'label' =>
__(
'Apps and Games')],
51 [
'value' =>
'Athletic/Sporting Goods',
'label' =>
__(
'Athletic/Sporting Goods')],
52 [
'value' =>
'Art and Design',
'label' =>
__(
'Art and Design')]
56 $expectedOptionsArray,
57 $this->subject->toOptionArray()