Closed Treggats closed 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.
vendor/bin/phpunit --migrate-configuration
Thanks!
No problem 😄
While setting up my fork to try and create a Singlestore connector, I saw that tests were failing with the following message.
In this pull request I have run
vendor/bin/phpunit --migrate-configuration
and committed the changes made.