Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2af84c6

Browse files
committed
#5867 @group annotations, describing scenario
1 parent f181cf6 commit 2af84c6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3303Test.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ protected function setUp()
1212
$this->_schemaTool->createSchema([$this->_em->getClassMetadata(DDC3303Employee::class)]);
1313
}
1414

15+
/**
16+
* @group 4097
17+
* @group 4277
18+
* @group 5867
19+
*
20+
* When using an embedded field in an inheritance, private properties should also be inherited.
21+
*/
1522
public function testEmbeddedObjectsAreAlsoInherited()
1623
{
1724
$employee = new DDC3303Employee(

0 commit comments

Comments
 (0)