1
0
mirror of synced 2025-02-09 08:49:26 +03:00

#6499 #6533 minor CS fixes in the test

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

View File

@ -30,12 +30,10 @@ class DDC6499Test extends OrmFunctionalTestCase
{ {
parent::tearDown(); parent::tearDown();
$this->_schemaTool->dropSchema( $this->_schemaTool->dropSchema([
[
$this->_em->getClassMetadata(DDC6499A::class), $this->_em->getClassMetadata(DDC6499A::class),
$this->_em->getClassMetadata(DDC6499B::class), $this->_em->getClassMetadata(DDC6499B::class),
] ]);
);
} }
/** /**