protected function SqliteProfilerStorageTest::getStorage in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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
Namespace
Symfony\Component\HttpKernel\Tests\ProfilerCode
protected function getStorage() {
return self::$storage;
}