laravel-testtools
laravel-testtools copied to clipboard
switch args for select method
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.)
Seems to be the case that the arguments are flipped around on selects. Would love to see this merged. 👍
The arguments are switched for all of the functions, not just selects.