예제 #1
0
파일: ItemTest.php 프로젝트: relue/magento2
 public function testGetValueString()
 {
     $this->assertEquals('valuePart1,valuePart2', $this->_model->getValueString());
 }