From 1e95110b08d528551e482fc7171d9ce10b5d6156 Mon Sep 17 00:00:00 2001 From: "Fabio B. Silva" Date: Fri, 17 May 2013 11:59:28 -0300 Subject: [PATCH] Add missing mapping files --- .../Tests/ORM/Mapping/xml/DDC2429Book.orm.xml | 40 ++++++++++++++++++ .../ORM/Mapping/xml/DDC2429Novel.orm.xml | 42 +++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 tests/Doctrine/Tests/ORM/Mapping/xml/DDC2429Book.orm.xml create mode 100644 tests/Doctrine/Tests/ORM/Mapping/xml/DDC2429Novel.orm.xml diff --git a/tests/Doctrine/Tests/ORM/Mapping/xml/DDC2429Book.orm.xml b/tests/Doctrine/Tests/ORM/Mapping/xml/DDC2429Book.orm.xml new file mode 100644 index 000000000..8640c6f51 --- /dev/null +++ b/tests/Doctrine/Tests/ORM/Mapping/xml/DDC2429Book.orm.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/Doctrine/Tests/ORM/Mapping/xml/DDC2429Novel.orm.xml b/tests/Doctrine/Tests/ORM/Mapping/xml/DDC2429Novel.orm.xml new file mode 100644 index 000000000..43ce94285 --- /dev/null +++ b/tests/Doctrine/Tests/ORM/Mapping/xml/DDC2429Novel.orm.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file