Changeset 3717 for trunk/tests/Orm

Show
Ignore:
Timestamp:
02/09/08 18:59:19 (11 months ago)
Author:
romanb
Message:

changes to the new test setup.

Location:
trunk/tests/Orm
Files:
2 modified

Legend:

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

    r3716 r3717  
    1818    public static function suite() 
    1919    { 
    20         $suite = new Doctrine_TestSuite('Doctrine Orm'); 
     20        $suite = new Doctrine_OrmTestSuite('Doctrine Orm'); 
    2121 
    2222        $suite->addTest(Orm_Component_AllTests::suite()); 
  • trunk/tests/Orm/Component/TestTest.php

    r3716 r3717  
    22require_once 'lib/DoctrineTestInit.php'; 
    33  
    4 class Orm_Component_TestTest extends Doctrine_TestCase 
     4class Orm_Component_TestTest extends Doctrine_OrmTestCase 
    55{ 
    66    public function testTest()