diff --git a/tests/integration/SanitizerTest.php b/tests/integration/SanitizerTest.php new file mode 100644 index 000000000..1981079f0 --- /dev/null +++ b/tests/integration/SanitizerTest.php @@ -0,0 +1,13 @@ +assertEquals( + '
中文
', + Sanitizer::sanitize('中文
') + ); + } +} +