We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db7a82 commit 43b177aCopy full SHA for 43b177a
1 file changed
tests/system/Cache/Handlers/ApcuHandlerTest.php
@@ -43,10 +43,6 @@ protected function setUp(): void
43
{
44
parent::setUp();
45
46
- if (! extension_loaded('apcu')) {
47
- $this->markTestSkipped('APCu extension not loaded.');
48
- }
49
-
50
$this->handler = CacheFactory::getHandler(new Cache(), 'apcu');
51
}
52
0 commit comments