diff --git a/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3303Test.php b/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3303Test.php index b122d9df662..b40f99ff9d6 100644 --- a/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3303Test.php +++ b/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3303Test.php @@ -12,6 +12,13 @@ protected function setUp() $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(