コード例 #1
0
 public function testGetName()
 {
     $productName = $this->productMetadata->getName();
     $this->assertNotEmpty($productName, 'Empty product name');
 }