Example #1
0
 /**
  * @depends testPossuiUmIdentificadorPorUnidade
  */
 public function testPossuiIdentificadorDoSku(Product $product)
 {
     $this->assertSame('14080', $product->getSkuSellerId());
 }