protected function SqliteProfilerStorageTest::getStorage

Return value

\Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface

Overrides AbstractProfilerStorageTest::getStorage

File

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

Class

SqliteProfilerStorageTest

Namespace

Symfony\Component\HttpKernel\Tests\Profiler

Code

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