Changeset 4065
- Timestamp:
- 03/21/08 04:25:32 (16 months ago)
- Location:
- branches/0.10/tests
- Files:
-
- 3 added
- 1 modified
- 1 moved
-
ConcreteInheritance (added)
-
ConcreteInheritanceTestCase.php (added)
-
CtiColumnAggregation (added)
-
CtiColumnAggregationInheritanceTestCase.php (moved) (moved from branches/0.10/tests/CtiColumnAggregationTestCase.php) (1 diff)
-
run.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/tests/CtiColumnAggregationInheritanceTestCase.php
r3884 r4065 31 31 * @version $Revision$ 32 32 */ 33 class Doctrine_CtiColumnAggregation _TestCase extends Doctrine_UnitTestCase33 class Doctrine_CtiColumnAggregationInheritance_TestCase extends Doctrine_UnitTestCase 34 34 { 35 35 -
branches/0.10/tests/run.php
r4030 r4065 244 244 // Inheritance Tests 245 245 $inheritance = new GroupTest('Inheritance Tests', 'inheritance'); 246 $inheritance->addTestCase(new Doctrine_ConcreteInheritance_TestCase()); 246 247 $inheritance->addTestCase(new Doctrine_CtiColumnAggregation_TestCase()); 247 248 $inheritance->addTestCase(new Doctrine_ColumnAggregationInheritance_TestCase());