There was 1 PHPUnit test runner deprecation:
1) Your XML configuration validates against a deprecated schema. Migrate your XML configuration using "--migrate-configuration"!
so ran the suggested command to fix: vendor/bin/phpunit --migrate-configuration
Was seeing error when running tests:
so ran the suggested command to fix:
vendor/bin/phpunit --migrate-configuration