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