protected function CachedReaderTest::getReader

Overrides AbstractReaderTest::getReader

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/CachedReaderTest.php, line 51

Class

CachedReaderTest

Namespace

Doctrine\Tests\Common\Annotations

Code

protected function getReader() {
  $this->cache = new ArrayCache();
  return new CachedReader(new AnnotationReader(), $this->cache);
}