public function ObjectManagerDecoratorTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/ObjectManagerDecoratorTest.php \Doctrine\Tests\Common\Persistence\ObjectManagerDecoratorTest::setUp()
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ ObjectManagerDecoratorTest.php, line 21
Class
Namespace
Doctrine\Tests\Common\PersistenceCode
public function setUp() {
$this->wrapped = $this
->getMock('Doctrine\\Common\\Persistence\\ObjectManager');
$this->decorated = new NullObjectManagerDecorator($this->wrapped);
}