You are here

protected function TestManagerRegistry::resetService in Plug 7

Resets the given services.

A service in this context is connection or a manager instance.

Parameters

string $name The name of the service.:

Return value

void

Overrides AbstractManagerRegistry::resetService

File

lib/doctrine/common/tests/Doctrine/Tests/Common/Persistence/ManagerRegistryTest.php, line 88

Class

TestManagerRegistry

Namespace

Doctrine\Tests\Common\Persistence

Code

protected function resetService($name) {
}