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