/**
  * @test
  */
 public function setRepetitionForIntegerSetsRepeat()
 {
     $this->fixture->setRepetition(12);
     $this->assertSame(12, $this->fixture->getRepetition());
 }