Lines Matching refs:getNextRunDate
204 $next = $cron->getNextRunDate($relativeTime, 0, true);
253 $next = $cron->getNextRunDate('now');
254 $two = $cron->getNextRunDate('now', 1);
258 $next = $cron->getNextRunDate('now');
259 $two = $cron->getNextRunDate('now', 1);
263 $next = $cron->getNextRunDate('now');
264 $two = $cron->getNextRunDate('now', 1);
309 $nextRun = $cron->getNextRunDate("2008-11-09 08:00:00");
313 $nextRun = $cron->getNextRunDate("2008-11-09 00:00:00", true, true);
317 … $nextRun = $cron->getNextRunDate($cron->getNextRunDate("2008-11-09 00:00:00", 1, true), 1, true);
321 $nextRun = $cron->getNextRunDate("2008-11-09 00:00:00", 2, true);
323 $nextRun = $cron->getNextRunDate("2008-11-09 00:00:00", 3, true);
334 $next = $cron->getNextRunDate($current);
347 …$this->assertEquals('2011-09-27 10:11:00', $cron->getNextRunDate($current)->format('Y-m-d H:i:s'));