Home
last modified time | relevance | path

Searched refs:isRange (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php22 } elseif ($this->isRange($value)) {
36 public function isRange($value) function in Cron\\AbstractField
122 if ($this->isRange($expression) || $this->isIncrementsOfRanges($expression)) {
/template/strap/vendor/dragonmantank/cron-expression/tests/Cron/
H A DAbstractFieldTest.php19 $this->assertTrue($f->isRange('1-2'));
20 $this->assertFalse($f->isRange('2'));