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