You are here

public function ManagerRegistryTest::setUp 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::setUp()

File

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

Class

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

Namespace

Doctrine\Tests\Common\Persistence

Code

public function setUp() {
  $this->mr = new TestManagerRegistry('ORM', array(
    'default_connection',
  ), array(
    'default_manager',
  ), 'default', 'default', 'Doctrine\\Common\\Persistence\\ObjectManagerAware');
}