コード例 #1
0
ファイル: CategoryTest.php プロジェクト: khanhdeux/typo3test
 /**
  * @test
  */
 public function setDescriptionSetsDescription()
 {
     $this->fixture->setDescription('foo bar');
     $this->assertSame('foo bar', $this->fixture->getDescription());
 }