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