1
0
mirror of synced 2025-02-02 13:31:45 +03:00

#5867 @group annotations, describing scenario

This commit is contained in:
Marco Pivetta 2016-06-19 12:44:19 +02:00
parent f181cf6c6b
commit 2af84c6025

View File

@ -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(