Changeset 4921 for trunk/tests/Orm

Show
Ignore:
Timestamp:
09/12/08 10:44:51 (4 months ago)
Author:
romanb
Message:

moved entitypersisters

Files:
1 modified

Legend:

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

    r4877 r4921  
    2424        $this->_classMetadataMock->setIdGenerator($this->_idGenMock); 
    2525        $this->_connMock->setDatabasePlatform(new Doctrine_DatabasePlatformMock());         
    26         $this->_persister = new Doctrine_EntityPersister_Standard( 
     26        $this->_persister = new Doctrine_ORM_Persisters_StandardEntityPersister( 
    2727                $this->_emMock, $this->_emMock->getClassMetadata("ForumUser")); 
    2828