コード例 #1
0
ファイル: ProductTest.php プロジェクト: lmammino/e-foundation
 /**
  * @test
  */
 public function it_should_handle_meta_keywords()
 {
     $keywords = 'black shoes converse';
     $this->product->setMetaKeywords($keywords);
     $this->assertEquals($keywords, $this->product->getMetaKeywords());
 }