Skip to content

Commit 43b177a

Browse files
committed
feat: APCu caching driver: improvements
1 parent 6db7a82 commit 43b177a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/system/Cache/Handlers/ApcuHandlerTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ protected function setUp(): void
4343
{
4444
parent::setUp();
4545

46-
if (! extension_loaded('apcu')) {
47-
$this->markTestSkipped('APCu extension not loaded.');
48-
}
49-
5046
$this->handler = CacheFactory::getHandler(new Cache(), 'apcu');
5147
}
5248

0 commit comments

Comments
 (0)