mollie / laravel-mollie

Mollie API client wrapper for Laravel & Mollie Connect provider for Laravel Socialite
https://www.mollie.com/
MIT License
322 stars 62 forks source link

Auto-migrate PHPunit configuration #220

Closed jnoordsij closed 1 year ago

jnoordsij commented 1 year ago

Description

Auto-migrates PHPUnit configuration to match latest configuration scheme.

Motivation and Context

When running vendor/bin/phpunit with the current configuration, the package suggests to (automatically) migrate the configuration to the latest schema. This PR applies the auto-migration and slightly reworks the formatting in this file.

Checklist: