planetteamspeak / ts3phpframework

Modern use-at-will framework that provides individual components to manage TeamSpeak 3 Server instances
https://www.planetteamspeak.com
GNU General Public License v3.0
209 stars 59 forks source link

Migrate PHPUnit config #174

Closed Sebbo94BY closed 1 year ago

Sebbo94BY commented 1 year ago

Fixes the following PHPUnit warning:

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

...which also automatically solves a some PHPUnit issues.

Sebbo94BY commented 1 year ago

See #175 .