コード例 #1
0
ファイル: CommentTest.php プロジェクト: khanhdeux/typo3test
 /**
  * @test
  */
 public function setCommentForStringSetsComment()
 {
     $this->subject->setComment('Conceived at T3CON10');
     $this->assertAttributeEquals('Conceived at T3CON10', 'comment', $this->subject);
 }