Changeset 4065

Show
Ignore:
Timestamp:
03/21/08 04:25:32 (16 months ago)
Author:
jwage
Message:

Misc. work on tests

Location:
branches/0.10/tests
Files:
3 added
1 modified
1 moved

Legend:

Unmodified
Added
Removed
  • branches/0.10/tests/CtiColumnAggregationInheritanceTestCase.php

    r3884 r4065  
    3131 * @version     $Revision$ 
    3232 */ 
    33 class Doctrine_CtiColumnAggregation_TestCase extends Doctrine_UnitTestCase  
     33class Doctrine_CtiColumnAggregationInheritance_TestCase extends Doctrine_UnitTestCase  
    3434{ 
    3535 
  • branches/0.10/tests/run.php

    r4030 r4065  
    244244// Inheritance Tests 
    245245$inheritance = new GroupTest('Inheritance Tests', 'inheritance'); 
     246$inheritance->addTestCase(new Doctrine_ConcreteInheritance_TestCase()); 
    246247$inheritance->addTestCase(new Doctrine_CtiColumnAggregation_TestCase()); 
    247248$inheritance->addTestCase(new Doctrine_ColumnAggregationInheritance_TestCase());