1
0
Fork 0
mirror of synced 2025-03-29 03:09:50 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Tools/Export
Thomas Ploch a5eb0f2e82 Exporters should only inspect joinColumns for owning side in bi-directional OneToOne
rebased commits:

- Added test case for bi-directional OneToOne in YamlExporter
- Only inspect joinColumns for owning side in bi-directional OneToOne in YamlExporter
- Adding bi-directional test case without joinColumn to XmlExporter test
- Same testcase also applied to PhpExporter
- Fixing bi-directional issue in PhpExporter when inspecting joinColumns index
- Implemented @Ocramius suggestions
2016-06-08 13:34:10 +02:00
..
annotation Merge pull request #988 from holtkamp/DDC-3047-Exporter-association-fetch-modes 2014-04-16 00:52:51 -04:00
php Exporters should only inspect joinColumns for owning side in bi-directional OneToOne 2016-06-08 13:34:10 +02:00
xml Exporters should only inspect joinColumns for owning side in bi-directional OneToOne 2016-06-08 13:34:10 +02:00
yaml Exporters should only inspect joinColumns for owning side in bi-directional OneToOne 2016-06-08 13:34:10 +02:00
AbstractClassMetadataExporterTest.php Fix attempt of traversing bool in FileLockRegion 2015-01-14 23:51:41 +01:00
AnnotationClassMetadataExporterTest.php Removed all useless occurrence of require_once TestInit.php 2014-04-07 14:43:25 +02:00
ClassMetadataExporterTest.php [2.0] Improving test coverage for mapping exporters as well as adding missing functionality 2010-03-17 21:25:19 +00:00
PhpClassMetadataExporterTest.php Removed all useless occurrence of require_once TestInit.php 2014-04-07 14:43:25 +02:00
XmlClassMetadataExporterTest.php #1214 #1216 - adding @group annotation for newly introduced test cases 2014-12-10 01:33:09 +01:00
YamlClassMetadataExporterTest.php Removed all useless occurrence of require_once TestInit.php 2014-04-07 14:43:25 +02:00