Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@group
1 parent f181cf6 commit 2af84c6Copy full SHA for 2af84c6
1 file changed
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3303Test.php
@@ -12,6 +12,13 @@ protected function setUp()
12
$this->_schemaTool->createSchema([$this->_em->getClassMetadata(DDC3303Employee::class)]);
13
}
14
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
+ */
22
public function testEmbeddedObjectsAreAlsoInherited()
23
{
24
$employee = new DDC3303Employee(
0 commit comments