Example #1
0
 /**
  * @test
  */
 public function getSkuReturnsSkuSetByConstructor()
 {
     $this->assertSame($this->sku, $this->beVariant->getSku());
 }