1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

Add support for apcu_bc

Test: apcu_bc
This commit is contained in:
Aleksandr Fedotov 2020-05-24 19:40:31 +03:00
parent ded00059c6
commit d169c1fa49
No known key found for this signature in database
GPG key ID: 694CCE912037671D
3 changed files with 14 additions and 0 deletions

View file

@ -4,6 +4,7 @@ $rc = 0;
$numTestedExtensions = 0;
$nameMap = [
'opcache' => 'Zend OPcache',
'apcu_bc' => 'apc',
];
$testsDir = __DIR__ . '/tests';
function runTest($testFile)