Changeset 4364 for trunk/tests_old/Inheritance
- Timestamp:
- 05/13/08 22:20:34 (8 months ago)
- Location:
- trunk/tests_old/Inheritance
- Files:
-
- 3 modified
-
JoinedTestCase.php (modified) (1 diff)
-
SingleTableTestCase.php (modified) (1 diff)
-
TablePerClassTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests_old/Inheritance/JoinedTestCase.php
r4338 r4364 184 184 185 185 186 class CTI_User extends Doctrine_ Record186 class CTI_User extends Doctrine_Entity 187 187 { 188 188 public static function initMetadata($class) -
trunk/tests_old/Inheritance/SingleTableTestCase.php
r4101 r4364 64 64 65 65 66 class STI_User extends Doctrine_ Record66 class STI_User extends Doctrine_Entity 67 67 { 68 68 public static function initMetadata($class) -
trunk/tests_old/Inheritance/TablePerClassTestCase.php
r4101 r4364 67 67 68 68 69 class CCTI_User extends Doctrine_ Record69 class CCTI_User extends Doctrine_Entity 70 70 { 71 71 public static function initMetadata($class)