_em->getFlushMode(); try { $this->_em->setFlushMode('foobar'); $this->fail("Setting invalid flushmode did not trigger exception."); } catch (Doctrine_EntityManager_Exception $expected) {} $this->_em->setFlushMode($prev); } }