Changeset 4002 for trunk/tests/Orm
- Timestamp:
- 03/17/08 13:26:34 (10 months ago)
- Files:
-
- 1 modified
-
trunk/tests/Orm/AllTests.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/Orm/AllTests.php
r3931 r4002 10 10 require_once 'Orm/Ticket/AllTests.php'; 11 11 require_once 'Orm/UnitOfWorkTestCase.php'; 12 require_once 'Orm/ConfigurableTestCase.php'; 12 13 13 14 class Orm_AllTests … … 23 24 24 25 $suite->addTestSuite('Orm_UnitOfWorkTestCase'); 26 $suite->addTestSuite('Orm_ConfigurableTestCase'); 27 25 28 $suite->addTest(Orm_Component_AllTests::suite()); 26 29 $suite->addTest(Orm_Ticket_AllTests::suite());