From 17c27cb7e8345dd1182772c8a24cfecdaf071f10 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 11 Aug 2024 21:25:10 +0800 Subject: [PATCH] Add extension test --- src/globals/ext-tests/iconv.php | 6 ++++++ src/globals/test-extensions.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/globals/ext-tests/iconv.php diff --git a/src/globals/ext-tests/iconv.php b/src/globals/ext-tests/iconv.php new file mode 100644 index 000000000..6bf328398 --- /dev/null +++ b/src/globals/ext-tests/iconv.php @@ -0,0 +1,6 @@ + 'iconv', - 'Windows' => 'amqp,apcu', + 'Windows' => 'amqp,apcu,iconv', }; // If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).