Changeset 3722 for trunk/tests/Orm
- Timestamp:
- 02/10/08 14:32:05 (11 months ago)
- Location:
- trunk/tests/Orm/Component
- Files:
-
- 2 modified
-
AllTests.php (modified) (1 diff)
-
TestTest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/Orm/Component/AllTests.php
r3716 r3722 18 18 public static function suite() 19 19 { 20 $suite = new Doctrine_TestSuite('Doctrine DbalComponent');20 $suite = new Doctrine_TestSuite('Doctrine Orm Component'); 21 21 22 22 $suite->addTestSuite('Orm_Component_TestTest'); -
trunk/tests/Orm/Component/TestTest.php
r3717 r3722 4 4 class Orm_Component_TestTest extends Doctrine_OrmTestCase 5 5 { 6 protected function setUp() 7 { 8 $this->loadFixture('forum', 'someusers'); 9 } 10 6 11 public function testTest() 7 12 {