Changeset 4718 for trunk/tests/Orm

Show
Ignore:
Timestamp:
07/27/08 20:38:56 (6 months ago)
Author:
romanb
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/Orm/UnitOfWorkTest.php

    r4699 r4718  
    3333 
    3434        $this->_connectionMock = new Doctrine_ConnectionMock(array()); 
    35         $this->_sequenceMock = $this->_connectionMock->getSequenceModule(); 
     35        $this->_sequenceMock = $this->_connectionMock->getSequenceManager(); 
    3636        $this->_emMock = new Doctrine_EntityManagerMock($this->_connectionMock); 
    3737        $this->_persisterMock = $this->_emMock->getEntityPersister("ForumUser");