You are here

protected function DoctrineCacheTest::setUp in Plug 7

File

lib/Symfony/validator/Symfony/Component/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());
}