コード例 #1
0
ファイル: ProductTest.php プロジェクト: typo3union/Binory
 /**
  * @test
  */
 public function getFeaturedProductReturnsInitialValueForBoolean()
 {
     $this->assertSame(FALSE, $this->subject->getFeaturedProduct());
 }