You are here

protected function FileProfilerStorageTest::getStorage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/Profiler/FileProfilerStorageTest.php \Symfony\Component\HttpKernel\Tests\Profiler\FileProfilerStorageTest::getStorage()

Return value

\Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface

Overrides AbstractProfilerStorageTest::getStorage

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

File

vendor/symfony/http-kernel/Tests/Profiler/FileProfilerStorageTest.php, line 57

Class

FileProfilerStorageTest

Namespace

Symfony\Component\HttpKernel\Tests\Profiler

Code

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