protected function FileProfilerStorageTest::getStorage

Return value

\Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface

Overrides AbstractProfilerStorageTest::getStorage

1 call to FileProfilerStorageTest::getStorage()
FileProfilerStorageTest::testMultiRowIndexFile in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php

File

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

Class

FileProfilerStorageTest

Namespace

Symfony\Component\HttpKernel\Tests\Profiler

Code

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