Changeset 3722 for trunk/tests/Orm

Show
Ignore:
Timestamp:
02/10/08 14:32:05 (11 months ago)
Author:
romanb
Message:

new test setup refactorings

Location:
trunk/tests/Orm/Component
Files:
2 modified

Legend:

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

    r3716 r3722  
    1818    public static function suite() 
    1919    { 
    20         $suite = new Doctrine_TestSuite('Doctrine Dbal Component'); 
     20        $suite = new Doctrine_TestSuite('Doctrine Orm Component'); 
    2121 
    2222        $suite->addTestSuite('Orm_Component_TestTest'); 
  • trunk/tests/Orm/Component/TestTest.php

    r3717 r3722  
    44class Orm_Component_TestTest extends Doctrine_OrmTestCase 
    55{ 
     6    protected function setUp() 
     7    { 
     8        $this->loadFixture('forum', 'someusers'); 
     9    } 
     10     
    611    public function testTest() 
    712    {