Skip to content

Commit d29b191

Browse files
committed
adjust tests
1 parent 513aa31 commit d29b191

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

test.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,15 @@
66

77
$loadedExts = get_loaded_extensions();
88
$missingExts = array_diff([
9-
'bcmath',
109
'curl',
11-
'exif',
12-
'gd',
13-
'gmp',
14-
'igbinary',
15-
'imagick',
16-
'intl',
1710
'mbstring',
18-
'mysqli',
1911
'mysqlnd',
20-
'oci8',
2112
'openssl',
22-
'pdo_mysql',
23-
'PDO_OCI',
24-
'pdo_pgsql',
2513
'pdo_sqlite',
2614
'pdo_sqlsrv',
27-
'pcntl',
28-
'redis',
29-
'sockets',
3015
'sqlite3',
31-
'tidy',
32-
'xdebug',
3316
'xml',
34-
'xsl',
3517
'Zend OPcache',
36-
'zip',
3718
], $loadedExts);
3819

3920
if (count($missingExts) > 0) {

0 commit comments

Comments
 (0)