1
0
mirror of synced 2025-03-12 15:46:10 +03:00

#5867 @group annotations, describing scenario

This commit is contained in:
Marco Pivetta 2016-06-19 12:44:19 +02:00
parent aa8cf7bae9
commit 18e3cb4440

View File

@ -12,6 +12,13 @@ class DDC3303Test extends OrmFunctionalTestCase
$this->_schemaTool->createSchema([$this->_em->getClassMetadata(DDC3303Employee::class)]); $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() public function testEmbeddedObjectsAreAlsoInherited()
{ {
$employee = new DDC3303Employee( $employee = new DDC3303Employee(