You are here

public function DummyMongoDbProfilerStorage::getMongo in Zircon Profile 8

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

Internal convenience method that returns the instance of the MongoDB Collection.

Return value

\MongoCollection

Throws

\RuntimeException

Overrides MongoDbProfilerStorage::getMongo

File

vendor/symfony/http-kernel/Tests/Profiler/MongoDbProfilerStorageTest.php, line 22

Class

DummyMongoDbProfilerStorage

Namespace

Symfony\Component\HttpKernel\Tests\Profiler

Code

public function getMongo() {
  return parent::getMongo();
}