#5867 @group
annotations, describing scenario
This commit is contained in:
parent
f181cf6c6b
commit
2af84c6025
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user