Skip to content

Commit 11ac73e

Browse files
committed
Update expectations
1 parent a396007 commit 11ac73e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Base.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,10 @@ abstract class Base extends TestCase
116116
'{"method":"notEndsWith","attribute":"name","values":["nne"]}',
117117
'{"method":"createdBefore","values":["2023-01-01"]}',
118118
'{"method":"createdAfter","values":["2023-01-01"]}',
119+
'{"method":"createdBetween","values":["2023-01-01","2023-12-31"]}',
119120
'{"method":"updatedBefore","values":["2023-01-01"]}',
120121
'{"method":"updatedAfter","values":["2023-01-01"]}',
122+
'{"method":"updatedBetween","values":["2023-01-01","2023-12-31"]}',
121123
'{"method":"or","values":[{"method":"equal","attribute":"released","values":[true]},{"method":"lessThan","attribute":"releasedYear","values":[1990]}]}',
122124
'{"method":"and","values":[{"method":"equal","attribute":"released","values":[false]},{"method":"greaterThan","attribute":"releasedYear","values":[2015]}]}'
123125
];

0 commit comments

Comments
 (0)