markTestSkipped('ext-apcu is enabled'); } $this->expectException(CacheException::class); $this->expectExceptionMessage('ACPu extension must be installed and enabled'); new ApcuCache(new MoParser(null), 'foo', 'bar'); } }