laravel / horizon

Dashboard and code-driven configuration for Laravel queues.
https://laravel.com/docs/horizon
MIT License
3.85k stars 651 forks source link

Update phpunit.xml.dist #1455

Closed nckrtl closed 4 months ago

nckrtl commented 4 months ago

This solves the following message when running the tests:

There was 1 PHPUnit test runner deprecation:

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

The content is the result of running ./vendor/bin/phpunit --migrate-configuration as suggested by the message. The deprecation message is now resolved.

crynobone commented 4 months ago

The new configuration is not compatible with PHPUnit 9 and still required to run the tests with older Laravel versions.