8 class DataTest extends \PHPUnit\Framework\TestCase
17 $helper = new \Magento\Framework\TestFramework\Unit\Helper\ObjectManager($this);
19 'context' => $this->createMock(\
Magento\Framework\
App\Helper\Context::class),
31 $this->assertTrue($this->_helperData->displayGirthValue(
$shippingMethod));
39 $this->assertFalse($this->_helperData->displayGirthValue(
'test_shipping_method'));
shippingMethodDataProvider()
testDisplayGirthValueFalse()
testDisplayGirthValue($shippingMethod)