We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab941e commit 8c23489Copy full SHA for 8c23489
tests/ExpressionTest.php
@@ -66,6 +66,7 @@ public function test_filter_getDues()
66
'job3' => '7-9 * */9 * *',
67
'job4' => '*/5 * * * *',
68
'job5' => '@5minutes',
69
+ 'job6' => '7-9 * */9 * *',
70
];
71
72
$this->assertSame(['job1', 'job4', 'job5'], Expression::getDues($jobs, '2015-08-10 21:50:00'));
0 commit comments