staudenmeir / laravel-cte

Laravel queries with common table expressions
MIT License
535 stars 40 forks source link

update phpunit configuration to move away from the current deprecated schema #44

Closed Treggats closed 1 year ago

Treggats commented 1 year ago

While setting up my fork to try and create a Singlestore connector, I saw that tests were failing with the following message.

1) Your XML configuration validates against a deprecated schema. Migrate your XML configuration using "--migrate-configuration"!

In this pull request I have run vendor/bin/phpunit --migrate-configuration and committed the changes made.

staudenmeir commented 1 year ago

Thanks!

Treggats commented 1 year ago

Thanks!

No problem 😄