Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unit test for the case "$v === null and $k has operator"
For this code path: "elseif (preg_match('/\s*(!?=|<>|IS(?:\s+NOT)?)\s*$/i', $k ..." The above code path "elseif (! $this->hasOperator($k) ..." is covered in testOrWhereInClosure() and testOrWhereNotInClosure().
- Loading branch information