1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Mapping
2010-03-17 21:25:19 +00:00
..
php [2.0] Adding test to ensure onDelete and onUpdate are read properly from all mapping drivers 2010-03-17 14:20:18 +00:00
xml [2.0] Adding test to ensure onDelete and onUpdate are read properly from all mapping drivers 2010-03-17 14:20:18 +00:00
yaml [2.0] Adding test to ensure onDelete and onUpdate are read properly from all mapping drivers 2010-03-17 14:20:18 +00:00
AbstractMappingDriverTest.php [2.0] Improving test coverage for mapping exporters as well as adding missing functionality 2010-03-17 21:25:19 +00:00
AllTests.php [2.0] Fixing PhpDriver and covering it with tests 2010-03-16 22:41:09 +00:00
AnnotationDriverTest.php [2.0] DDC-336 - Support specification of an OrderBy SQL snippet in OneToMany and ManyToMany Associations in Annotation, XML and YAML Drivers 2010-02-14 19:38:22 +00:00
BasicInheritanceMappingTest.php [2.0] DDC-268 - Exchanged DoctrineException for MappingException and added missing exception method (thanks to Christian Heinrich for the patch) 2010-02-02 21:17:00 +00:00
ClassMetadataFactoryTest.php [2.0][DDC-281] Fixed several issues with mapping drivers and loading of mapping files. 2010-01-28 12:46:12 +00:00
ClassMetadataLoadEventTest.php [2.0] Placing loadClassMetadata() event so users can manipulate class meta data through events 2009-07-15 20:18:40 +00:00
ClassMetadataTest.php [2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards. 2010-03-15 17:19:00 +00:00
DriverChainTest.php [2.0] DDC-374 - Implement and tested DriverChain Mapping Adapter 2010-02-25 19:58:39 +00:00
PhpMappingDriverTest.php [2.0] Fixing PhpDriver and covering it with tests 2010-03-16 22:41:09 +00:00
XmlMappingDriverTest.php [2.0] DDC-367 - Fixed Bug with <discriminator-map /> XML Driver Parsing 2010-02-24 19:31:53 +00:00
YamlMappingDriverTest.php [2.0] DDC-271 - Add columnDefinition for Join-Column in Annotation, XML and YAML driver, updated SchemaTool to use Join Column definition instead of using the column's columnDefinition if specified. Refactored MappingDriverTest to allow for feature specific test-cases instead of one large assertion block. Fixed typos in XmlDriver - Updated doctrine-mapping.xsd Schema File 2010-02-01 21:48:27 +00:00