protected function DoctrineCacheTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
Symfony\Component\Validator\Tests\Mapping\CacheCode
protected function setUp() {
$this->cache = new DoctrineCache(new ArrayCache());
}