You are here

protected function LegacyApcCacheTest::setUp in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Cache

Code

protected function setUp() {
  if (!extension_loaded('apc') || !ini_get('apc.enable_cli')) {
    $this
      ->markTestSkipped('APC is not loaded.');
  }
}