Example #1
0
 /**
  * @test
  */
 public function setEveryMonthValueForStringSetsEveryMonthValue()
 {
     $this->subject->setEveryMonthValue('Conceived at T3CON10');
     $this->assertAttributeEquals('Conceived at T3CON10', 'everyMonthValue', $this->subject);
 }