Fix test
This commit is contained in:
parent
bd47ec95a1
commit
31d2d84160
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue