Browse Source

add tests

crazywhalecc 1 year ago
parent
commit
c95da8c150
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/globals/test-extensions.php

+ 1 - 1
src/globals/test-extensions.php

@@ -3,6 +3,6 @@
 declare(strict_types=1);
 
 # If you want to test new extensions here, just modify it.
-$extensions = 'rar,zlib,zip';
+$extensions = 'tidy,bcmath,bz2,calendar,ctype,curl,dom,exif,fileinfo,filter,ftp,gd,gmp,iconv,xml,mbstring,mbregex,mysqlnd,openssl,pcntl,pdo,pdo_mysql,pdo_sqlite,phar,posix,redis,session,simplexml,soap,sockets,sqlite3,tokenizer,xmlwriter,xmlreader,zlib,zip';
 
 echo $extensions;