From a45f2f357d1539b313955678b3d1bed7ef851ded Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 7 Jan 2024 02:28:44 +0800 Subject: [PATCH] test ldap --- src/globals/test-extensions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index f1e82490..95573416 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -10,14 +10,14 @@ declare(strict_types=1); // --------------------------------- edit area --------------------------------- // If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`). -$extensions = 'swoole,uv'; +$extensions = 'ldap'; // If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`). $with_libs = ''; // Please change your test base combination. We recommend testing with `common`. // You can use `common`, `bulk`, `minimal` or `none`. -$base_combination = 'minimal'; +$base_combination = 'common'; // -------------------------- code area, do not modify --------------------------