mirror of
https://github.com/mrclay/minify.git
synced 2025-08-18 03:41:35 +02:00
Test fixes
This commit is contained in:
@@ -10,7 +10,7 @@ class MinifyCacheMemcacheTest extends TestCase
|
||||
/** @var Memcache */
|
||||
private $mc;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
if (!function_exists('memcache_set')) {
|
||||
$this->markTestSkipped("To test this component, install memcache in PHP");
|
||||
|
Reference in New Issue
Block a user