Exemple #1
0
 /**
  * @test
  */
 public function setProductTypeSetsProductType()
 {
     $this->product->setProductType('configurable');
     $this->assertSame('configurable', $this->product->getProductType());
 }