You are here

protected function SqliteProfilerStorageTest::getStorage in Zircon Profile 8

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

Return value

\Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface

Overrides AbstractProfilerStorageTest::getStorage

File

vendor/symfony/http-kernel/Tests/Profiler/SqliteProfilerStorageTest.php, line 46

Class

SqliteProfilerStorageTest

Namespace

Symfony\Component\HttpKernel\Tests\Profiler

Code

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