parent
da3cd04993
commit
b352cd3e22
1 changed files with 2 additions and 4 deletions
|
@ -17,12 +17,10 @@ class DDC6499Test extends OrmFunctionalTestCase
|
|||
{
|
||||
parent::setUp();
|
||||
|
||||
$this->_schemaTool->createSchema(
|
||||
[
|
||||
$this->_schemaTool->createSchema([
|
||||
$this->_em->getClassMetadata(DDC6499A::class),
|
||||
$this->_em->getClassMetadata(DDC6499B::class),
|
||||
]
|
||||
);
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue