1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-30 09:09:54 +02:00

Minify_Cache_APCu replaces APC

This commit is contained in:
Christoph Rönsch
2022-10-01 22:23:52 +02:00
parent 5112bb50f4
commit 455084b284
4 changed files with 163 additions and 1 deletions

View File

@@ -9,7 +9,6 @@ class MinifyCacheAPCTest extends TestCase
public function setUp()
{
if (!function_exists('apc_store')) {
// FIXME: is APCu extension ok too?
$this->markTestSkipped("To test this component, install APC extension");
}
}