Changeset 4718 for trunk/tests/Orm
- Timestamp:
- 07/27/08 20:38:56 (6 months ago)
- Files:
-
- 1 modified
-
trunk/tests/Orm/UnitOfWorkTest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/Orm/UnitOfWorkTest.php
r4699 r4718 33 33 34 34 $this->_connectionMock = new Doctrine_ConnectionMock(array()); 35 $this->_sequenceMock = $this->_connectionMock->getSequenceM odule();35 $this->_sequenceMock = $this->_connectionMock->getSequenceManager(); 36 36 $this->_emMock = new Doctrine_EntityManagerMock($this->_connectionMock); 37 37 $this->_persisterMock = $this->_emMock->getEntityPersister("ForumUser");