protected function MemcacheProfilerStorageTest::getStorage

Return value

\Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface

Overrides AbstractProfilerStorageTest::getStorage

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcacheProfilerStorageTest.php, line 45

Class

MemcacheProfilerStorageTest

Namespace

Symfony\Component\HttpKernel\Tests\Profiler

Code

protected function getStorage() {
  return self::$storage;
}