Example #1
0
 /**
  * @test
  */
 public function setYearlyForIntegerSetsYearly()
 {
     $this->subject->setYearly(12);
     $this->assertAttributeEquals(12, 'yearly', $this->subject);
 }