protected function DoctrineCacheTest::setUp in Plug 7
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Tests/ Mapping/ Cache/ DoctrineCacheTest.php, line 80
Class
Namespace
Symfony\Component\Validator\Tests\Mapping\CacheCode
protected function setUp() {
$this->cache = new DoctrineCache(new ArrayCache());
}