genkgo / camt

PHP Parser for CAMT messages
MIT License
81 stars 68 forks source link

Fix: Migrate configuration for phpunit/phpunit #132

Closed localheinz closed 1 year ago

localheinz commented 1 year ago

This pull request

💁‍♂️ Running

vendor/bin/phpunit --configuration=phpunit.xml

on current master yields

PHPUnit 9.6.3 by Sebastian Bergmann and contributors.

Runtime:       PHP 8.1.14
Configuration: phpunit.xml
Warning:       Your XML configuration validates against a deprecated schema.
Suggestion:    Migrate your XML configuration using "--migrate-configuration"!

.............................................................     61 / 61 (100%)

Time: 00:00.129, Memory: 8.00 MB

OK (61 tests, 551 assertions)
PowerKiKi commented 1 year ago

Anything else you might want do before a patch release ?

localheinz commented 1 year ago

Thank you, @PowerKiKi!

Let me take a quick look!