Example #1
0
 /**
  * @test
  */
 public function getSpecialPriceInitiallyReturnsNull()
 {
     $this->assertSame(null, $this->product->getSpecialPrice());
 }