コード例 #1
0
ファイル: ConfigurableTest.php プロジェクト: nja78/magento2
 public function testHasWeightTrue()
 {
     $this->assertTrue($this->_model->hasWeight(), 'This product has not weight, but it should');
 }