| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class GH7854Test extends OrmFunctionalTestCase |
||
| 14 | { |
||
| 15 | public function setUp() |
||
| 16 | { |
||
| 17 | parent::setUp(); |
||
| 18 | |||
| 19 | $this->_schemaTool->createSchema( |
||
| 20 | [ |
||
| 21 | $this->_em->getClassMetadata(GH7854Entity::class), |
||
| 22 | $this->_em->getClassMetadata(GH7854ValueObject::class), |
||
| 23 | ] |
||
| 24 | ); |
||
| 25 | } |
||
| 26 | |||
| 27 | public function testTypedPropertyContainingEmbeddable() : void |
||
| 32 | } |
||
| 33 | } |
||
| 54 |