From c50662e1e81289c44b4da4107944221328bb5f1c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 13 Jul 2025 15:37:47 +0900 Subject: fix: utf-8 decoding --- phpunit.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpunit.xml') diff --git a/phpunit.xml b/phpunit.xml index a6c6ac1..2e62c6f 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -29,6 +29,7 @@ tests/src/SpecTestsuites/Core/CallTest.php tests/src/SpecTestsuites/Core/ConstTest.php tests/src/SpecTestsuites/Core/ConversionsTest.php + tests/src/SpecTestsuites/Core/CustomTest.php tests/src/SpecTestsuites/Core/DataTest.php tests/src/SpecTestsuites/Core/ElemTest.php tests/src/SpecTestsuites/Core/EndiannessTest.php @@ -97,6 +98,9 @@ tests/src/SpecTestsuites/Core/UnreachedInvalidTest.php tests/src/SpecTestsuites/Core/UnreachedValidTest.php tests/src/SpecTestsuites/Core/UnwindTest.php + tests/src/SpecTestsuites/Core/Utf8CustomSectionIdTest.php + tests/src/SpecTestsuites/Core/Utf8ImportFieldTest.php + tests/src/SpecTestsuites/Core/Utf8ImportModuleTest.php tests/src/SpecTestsuites/Core/Utf8InvalidEncodingTest.php -- cgit v1.2.3-70-g09d2