Fix test
This commit is contained in:
parent
bd47ec95a1
commit
31d2d84160
@ -13,8 +13,8 @@ namespace Doctrine\Tests\ORM\Functional\Ticket {
|
|||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
$this->_schemaTool->createSchema([
|
$this->_schemaTool->createSchema([
|
||||||
$this->_em->getClassMetadata(__NAMESPACE__ . '\InstanceOfTest\Person'),
|
$this->_em->getClassMetadata(Person::class),
|
||||||
$this->_em->getClassMetadata(__NAMESPACE__ . '\InstanceOfTest\Employee'),
|
$this->_em->getClassMetadata(Employee::class),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user