From e9f2f6736acd5dc70b9c8391a03a0c782983689e Mon Sep 17 00:00:00 2001 From: beberlei Date: Sat, 5 Dec 2009 09:39:30 +0000 Subject: [PATCH] [2.0] DDC-169 - Fixed DatabaseDriver --- .../ORM/Functional/DatabaseDriver/fkYaml.yml | 26 ------------------- .../Functional/DatabaseDriver/simpleYaml.yml | 17 ------------ 2 files changed, 43 deletions(-) delete mode 100644 tests/Doctrine/Tests/ORM/Functional/DatabaseDriver/fkYaml.yml delete mode 100644 tests/Doctrine/Tests/ORM/Functional/DatabaseDriver/simpleYaml.yml diff --git a/tests/Doctrine/Tests/ORM/Functional/DatabaseDriver/fkYaml.yml b/tests/Doctrine/Tests/ORM/Functional/DatabaseDriver/fkYaml.yml deleted file mode 100644 index 4cd062bcd..000000000 --- a/tests/Doctrine/Tests/ORM/Functional/DatabaseDriver/fkYaml.yml +++ /dev/null @@ -1,26 +0,0 @@ -DbdriverBaz: - type: entity - table: dbdriver_baz - fields: - id: - id: true - type: integer - unsigned: false - notnull: true - default: null - generator: - strategy: AUTO - oneToOne: - bar: - targetEntity: DbdriverBar - cascade: - remove: false - persist: false - refresh: false - merge: false - detach: false - mappedBy: null - joinColumns: - bar_id: - referencedColumnName: id - orphanRemoval: false \ No newline at end of file diff --git a/tests/Doctrine/Tests/ORM/Functional/DatabaseDriver/simpleYaml.yml b/tests/Doctrine/Tests/ORM/Functional/DatabaseDriver/simpleYaml.yml deleted file mode 100644 index 2a974a64a..000000000 --- a/tests/Doctrine/Tests/ORM/Functional/DatabaseDriver/simpleYaml.yml +++ /dev/null @@ -1,17 +0,0 @@ -DbdriverFoo: - type: entity - table: dbdriver_foo - fields: - id: - id: true - type: integer - unsigned: false - notnull: true - default: null - generator: - strategy: AUTO - bar: - type: string(200) - fixed: false - notnull: true - default: null \ No newline at end of file