Skip to content

Commit

Permalink
#5867 @group annotations, describing scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jun 19, 2016
1 parent aa8cf7b commit 18e3cb4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3303Test.php
Expand Up @@ -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(
Expand Down

0 comments on commit 18e3cb4

Please sign in to comment.