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