Example #1
0
 /**
  * @test
  */
 public function getFeaturedProductReturnsInitialValueForBoolean()
 {
     $this->assertSame(FALSE, $this->subject->getFeaturedProduct());
 }