Skip to content

Commit c53f1d9

Browse files
committed
Add tests
1 parent 3e013cd commit c53f1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/globals/test-extensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
2121
$extensions = match (PHP_OS_FAMILY) {
22-
'Linux', 'Darwin' => 'curl',
22+
'Linux', 'Darwin' => 'iconv',
2323
'Windows' => 'amqp,apcu',
2424
};
2525

0 commit comments

Comments
 (0)