1
0
mirror of synced 2025-02-09 08:49:26 +03:00
This commit is contained in:
Alessandro Lai 2017-05-03 11:42:51 +02:00
parent 21e12ef4a9
commit 96bcee4fa9
No known key found for this signature in database
GPG Key ID: 5D9C513BE4F5798D

View File

@ -13,8 +13,8 @@ namespace Doctrine\Tests\ORM\Functional\Ticket {
parent::setUp();
$this->_schemaTool->createSchema([
$this->_em->getClassMetadata(__NAMESPACE__ . '\InstanceOfTest\Person'),
$this->_em->getClassMetadata(__NAMESPACE__ . '\InstanceOfTest\Employee'),
$this->_em->getClassMetadata(Person::class),
$this->_em->getClassMetadata(Employee::class),
]);
}