1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Mapping
2010-04-13 14:13:15 -04:00
..
php [DDC-193] Fixed. 2010-04-10 00:00:36 +02:00
xml Fixing typo in tests xml mapping file 2010-04-13 14:13:15 -04:00
yaml [DDC-193] Fixed. 2010-04-10 00:00:36 +02:00
AbstractMappingDriverTest.php [DDC-193] Fixed. 2010-04-10 00:00:36 +02: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-318 - Fixed idempotency issues with AnnotationDriver::getAllClassNames() even across multiple instances using the same metadata paths. 2010-03-18 23:04:21 +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 [DDC-193] Fixed. 2010-04-10 00:00:36 +02: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] Refactoring code for reading multiple sources of mapping information from ClassMetadataExporter to a new ClassMetadataReader tool so it can be used to read mapping information easily from multiple different sources. This is used for generating repositories, converting mapping information, generating entity stubs, etc. Generally though, it is useful to be able to read the information for some mapping files into an array of ClassMetadataInfo instances without it being bound to the ORM and the metadata referenced by the EntityManager ClassMetadataFactory 2010-03-19 04:19:15 +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 Fix Testsuite to work with Git 2010-04-07 20:47:36 +02:00