laravel-testtools icon indicating copy to clipboard operation
laravel-testtools copied to clipboard

switch args for select method

Open avrahamappel opened this issue 6 years ago • 2 comments

Thanks for this extension, I've been enjoying using it. The arguments passed to the select method here are backwards, which has been throwing errors on my end, so I've switched them. (Oddly, the arguments for the other methods in this file also seem backwards, yet the generated code for the others (for example, type) is OK.)

avrahamappel avatar Aug 13 '18 00:08 avrahamappel

Seems to be the case that the arguments are flipped around on selects. Would love to see this merged. 👍

jannejava avatar Jan 03 '19 17:01 jannejava

The arguments are switched for all of the functions, not just selects.

Jeroen-G avatar Apr 12 '19 06:04 Jeroen-G