Add missing tests for day calculation
For the DATE_SUB() and DATE_ADD() functions.
This commit is contained in:
parent
46c0861f45
commit
7873f700b0
@ -355,6 +355,7 @@ class QueryDqlFunctionTest extends OrmFunctionalTestCase
|
||||
'year' => ['year', 1, $secondsInDay],
|
||||
'month' => ['month', 1, $secondsInDay],
|
||||
'week' => ['week', 1, $secondsInDay],
|
||||
'day' => ['day', 2, $secondsInDay],
|
||||
'hour' => ['hour', 1, 3600],
|
||||
'minute' => ['minute', 1, 60],
|
||||
'second' => ['second', 10, 10],
|
||||
|
Loading…
x
Reference in New Issue
Block a user