You are here

public function ManagerRegistryTest::testGetManagerForAliasedClass in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/ManagerRegistryTest.php \Doctrine\Tests\Common\Persistence\ManagerRegistryTest::testGetManagerForAliasedClass()

File

vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/ManagerRegistryTest.php, line 51

Class

ManagerRegistryTest
@groups DCOM-270 @uses Doctrine\Tests\Common\Persistence\TestObject

Namespace

Doctrine\Tests\Common\Persistence

Code

public function testGetManagerForAliasedClass() {
  $this->mr
    ->getManagerForClass('prefix:TestObject');
}