コード例 #1
0
ファイル: EventTest.php プロジェクト: typo3union/Binory
 /**
  * @test
  */
 public function setEveryMonthValueForStringSetsEveryMonthValue()
 {
     $this->subject->setEveryMonthValue('Conceived at T3CON10');
     $this->assertAttributeEquals('Conceived at T3CON10', 'everyMonthValue', $this->subject);
 }