protected function TestManagerRegistry::resetService in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/ManagerRegistryTest.php \Doctrine\Tests\Common\Persistence\TestManagerRegistry::resetService()
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
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ ManagerRegistryTest.php, line 88
Class
Namespace
Doctrine\Tests\Common\PersistenceCode
protected function resetService($name) {
}