Exemplo n.º 1
0
 public function testNoRepeatWithNoRules()
 {
     $recur = Recur::now();
     $this->assertFalse($recur->repeats());
 }
Exemplo n.º 2
0
 public function testUnitsPropertyArray()
 {
     $recur = Recur::now()->every([1, 2]);
     $this->assertNotNull($recur::$units);
 }