Changeset 3946
- Timestamp:
- 03/08/08 03:27:26 (16 months ago)
- Files:
-
- 1 modified
-
branches/0.10/tests/run.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/tests/run.php
r3945 r3946 186 186 // Query tests 187 187 $query_tests = new GroupTest('Query tests','query_test'); 188 $query_tests->addTestCase(new Doctrine_Query_TestCase());189 188 $query_tests->addTestCase(new Doctrine_Query_Condition_TestCase()); 190 189 $query_tests->addTestCase(new Doctrine_Query_MultiJoin_TestCase());