1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +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),
]
);
]);
}
/**