Change data provider to static method
Non-static is deprecated in phpunit 10.
Also:
- updated phpunit dusk schema
- skip creating app in provider if possible
- move base64url to its own class (helper isn't available)
- use Arr::random instead of array_rand_val
- use config in a callback
- read config file directly instead of relying on config function
- change some test class helpers to static method