Testing select field options
I've implemented some logic to update the query in a select field using
Is there a way to test this logic?
Maybe using a closure with
Like...
I've attempted to get the options using the
Note: My select is
Any help and/or insight appreciated.
modifyQueryUsing(closure)Is there a way to test this logic?
Maybe using a closure with
assertFormFieldExists()?Like...
I've attempted to get the options using the
$input closure param above with no luck.Note: My select is
multiple() and has preload()Any help and/or insight appreciated.