From e52eaf0e7bcc2c9636e61d6a67322153e1f247bd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 2 Dec 2023 11:01:11 +0300 Subject: add sanitizer integration test --- tests/integration/SanitizerTest.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/integration/SanitizerTest.php 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('

中文

') + ); + } +} + -- cgit v1.2.3