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

Issue #198: Fix deprecated `utf8_encode()` and `utf8_decode()` functions #200

Closed Sebbo94BY closed 1 year ago

Sebbo94BY commented 1 year ago
$ php vendor/bin/phpunit --no-coverage tests/Helper/StringTest.php 
PHPUnit 9.6.3 by Sebastian Bergmann and contributors.

............................                                      28 / 28 (100%)

Time: 00:00.017, Memory: 6.00 MB

OK (28 tests, 86 assertions)

See https://php.watch/versions/8.2/utf8_encode-utf8_decode-deprecated for further information.

Closes #198