From c7c8f725d39e95e6baa6114e23883d174f5aac5b Mon Sep 17 00:00:00 2001 From: Sadicov Vladimir Date: Fri, 20 Apr 2018 12:50:29 +0300 Subject: [PATCH] improve form tests to cover one-to-many association --- .../MakeFormForEntity/src/Entity/Property.php | 25 +++++++++++++++++++ .../MakeFormForEntity/src/Entity/SourFood.php | 11 ++++++++ 2 files changed, 36 insertions(+) create mode 100644 tests/fixtures/MakeFormForEntity/src/Entity/Property.php diff --git a/tests/fixtures/MakeFormForEntity/src/Entity/Property.php b/tests/fixtures/MakeFormForEntity/src/Entity/Property.php new file mode 100644 index 000000000..4fa14fa53 --- /dev/null +++ b/tests/fixtures/MakeFormForEntity/src/Entity/Property.php @@ -0,0 +1,25 @@ +properties = new ArrayCollection(); + } + /** * @return mixed */