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