setConfiguration(new Doctrine_Configuration()); $emf->setEventManager(new Doctrine_EventManager()); $connectionOptions = array( 'driver' => 'mock', 'user' => 'john', 'password' => 'wayne' ); $em = $emf->createEntityManager($connectionOptions, 'mockEM'); $this->sharedFixture['emf'] = $emf; $this->sharedFixture['em'] = $em; } protected function tearDown() {} }