mirror of
https://github.com/mrclay/minify.git
synced 2025-08-31 17:42:02 +02:00
Test fixes
This commit is contained in:
@@ -6,7 +6,7 @@ use Minify_Cache_APC;
|
||||
|
||||
class MinifyCacheAPCTest extends TestCase
|
||||
{
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
if (!function_exists('apc_store')) {
|
||||
$this->markTestSkipped("To test this component, install APC extension");
|
||||
|
Reference in New Issue
Block a user