Luk Rizal
Results
2
issues of
Luk Rizal
I found out that Ardent drop this feature of Laravel: **Adding Additional Where Clauses** ``` 'email' => 'unique:users,email_address,NULL,id,account_id,1' ``` when using `unique` validation. I propose to have this code added...
a assertion that checks for given keys in the json response. my current code for that is.. ``` /** * Assert that an API response contains the given keys. *...