From 2af84c6025f8308e9e91cc356ab2409e5fa78974 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sun, 19 Jun 2016 12:44:19 +0200 Subject: [PATCH] #5867 `@group` annotations, describing scenario --- tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3303Test.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3303Test.php b/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3303Test.php index b122d9df6..b40f99ff9 100644 --- a/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3303Test.php +++ b/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3303Test.php @@ -12,6 +12,13 @@ class DDC3303Test extends OrmFunctionalTestCase $this->_schemaTool->createSchema([$this->_em->getClassMetadata(DDC3303Employee::class)]); } + /** + * @group 4097 + * @group 4277 + * @group 5867 + * + * When using an embedded field in an inheritance, private properties should also be inherited. + */ public function testEmbeddedObjectsAreAlsoInherited() { $employee = new DDC3303Employee(