1
0
mirror of synced 2025-03-06 12:56:10 +03:00

#6499 #6533 minor CS fixes in the test

This commit is contained in:
Marco Pivetta 2017-08-11 21:54:30 +02:00
parent da3cd04993
commit b352cd3e22
No known key found for this signature in database
GPG Key ID: 4167D3337FD9D629

View File

@ -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),
]
);
]);
}
/**