public function ObjectManagerDecoratorTest::setUp in Plug 7
File
- lib/
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);
}