public function ManagerRegistryTest::testGetManagerForClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/ManagerRegistryTest.php \Doctrine\Tests\Common\Persistence\ManagerRegistryTest::testGetManagerForClass()
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ ManagerRegistryTest.php, line 36
Class
- ManagerRegistryTest
- @groups DCOM-270 @uses Doctrine\Tests\Common\Persistence\TestObject
Namespace
Doctrine\Tests\Common\PersistenceCode
public function testGetManagerForClass() {
$this->mr
->getManagerForClass('Doctrine\\Tests\\Common\\Persistence\\TestObject');
}