Example #1
0
 /**
  * @test
  */
 public function getIsNetPriceReturnsFalseSetByDefaultConstructor()
 {
     $this->assertSame(false, $this->product->getIsNetPrice());
 }