protected function LegacyApcCacheTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Tests/Mapping/Cache/LegacyApcCacheTest.php \Symfony\Component\Validator\Tests\Mapping\Cache\LegacyApcCacheTest::setUp()
File
- vendor/
symfony/ validator/ Tests/ Mapping/ Cache/ LegacyApcCacheTest.php, line 21
Class
- LegacyApcCacheTest
- @group legacy
Namespace
Symfony\Component\Validator\Tests\Mapping\CacheCode
protected function setUp() {
if (!extension_loaded('apc') || !ini_get('apc.enable_cli')) {
$this
->markTestSkipped('APC is not loaded.');
}
}