Commit ab490b9
committed
Add new query methods to QUERY_HELPER_RESPONSES in Base.php test file
- Added notContains, notSearch, notBetween, notStartsWith, notEndsWith
- Added createdBefore, createdAfter, updatedBefore, updatedAfter
- Methods added in correct order between contains and or/and methods
- Fixes test failures by ensuring expected output matches actual query responses1 parent 08d85ae commit ab490b9
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
112 | 121 | | |
113 | 122 | | |
114 | 123 | | |
| |||
0 commit comments