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:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user