You are here

protected function DoctrineCacheTest::setUp in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/validator/Tests/Mapping/Cache/DoctrineCacheTest.php \Symfony\Component\Validator\Tests\Mapping\Cache\DoctrineCacheTest::setUp()

File

vendor/symfony/validator/Tests/Mapping/Cache/DoctrineCacheTest.php, line 80

Class

DoctrineCacheTest

Namespace

Symfony\Component\Validator\Tests\Mapping\Cache

Code

protected function setUp() {
  $this->cache = new DoctrineCache(new ArrayCache());
}