From 05a8e1c77d8d24a89b5ad55b21637fe363c37775 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sat, 24 Jan 2015 14:30:07 +0100 Subject: [PATCH] #1272 DDC-2704 - test assets for the property getter utility tests --- .../Reflection/ClassWithMixedProperties.php | 18 ++++++++++++++++++ .../Tests/Models/Reflection/ParentClass.php | 10 ++++++++++ 2 files changed, 28 insertions(+) create mode 100644 tests/Doctrine/Tests/Models/Reflection/ClassWithMixedProperties.php create mode 100644 tests/Doctrine/Tests/Models/Reflection/ParentClass.php diff --git a/tests/Doctrine/Tests/Models/Reflection/ClassWithMixedProperties.php b/tests/Doctrine/Tests/Models/Reflection/ClassWithMixedProperties.php new file mode 100644 index 000000000..72899959a --- /dev/null +++ b/tests/Doctrine/Tests/Models/Reflection/ClassWithMixedProperties.php @@ -0,0 +1,18 @@ +