fumeapp / modeltyper

Generate TypeScript interfaces from Laravel Models
MIT License
136 stars 16 forks source link

Update phpunit.xml - Fix PHPUnit deprecation Warning #49

Closed tcampbPPU closed 1 year ago

tcampbPPU commented 1 year ago

Was seeing error when running tests:

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