コード例 #1
0
ファイル: ProductTest.php プロジェクト: lmammino/e-foundation
 /**
  * @test
  */
 public function it_should_be_available_by_default()
 {
     $this->assertTrue($this->product->isAvailable());
 }