Example #1
0
 /**
  * @covers \Magento\Bundle\Model\Product\Attribute\Source\Price\View::getOptionText
  */
 public function testGetOptionTextForNotExistLabel()
 {
     $notExistValue = -1;
     $this->assertFalse($this->model->getOptionText($notExistValue));
 }