Fix test
This commit is contained in:
parent
21e12ef4a9
commit
96bcee4fa9
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