Changeset 4628 for trunk/tests/Orm

Show
Ignore:
Timestamp:
07/04/08 17:32:19 (6 months ago)
Author:
romanb
Message:

The usual 2.0 refactoring/implementation commit.

Location:
trunk/tests/Orm
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/Orm/Query/DqlGenerationTest.php

    r4523 r4628  
    3030 * @license     http://www.opensource.org/licenses/lgpl-license.php LGPL 
    3131 * @link        http://www.phpdoctrine.org 
    32  * @since       1.0 
     32 * @since       2.0 
    3333 * @version     $Revision$ 
    3434 */ 
  • trunk/tests/Orm/UnitOfWorkTest.php

    r4524 r4628  
    1010        parent::setUp(); 
    1111        $this->_user = new ForumUser(); 
    12         $this->_unitOfWork = $this->_em->getUnitOfWork(); 
     12        $this->_unitOfWork = new Doctrine_Connection_UnitOfWork($this->_em); 
    1313    } 
    1414