fix tests tear down
This commit is contained in:
parent
904bcfa4f9
commit
5d6a39d14c
@ -501,8 +501,8 @@ abstract class OrmFunctionalTestCase extends OrmTestCase
|
||||
}
|
||||
|
||||
if (isset($this->_usedModelSets['custom_id_object_type'])) {
|
||||
$conn->executeUpdate('DELETE FROM custom_id_type_parent');
|
||||
$conn->executeUpdate('DELETE FROM custom_id_type_child');
|
||||
$conn->executeUpdate('DELETE FROM custom_id_type_parent');
|
||||
}
|
||||
|
||||
$this->_em->clear();
|
||||
|
Loading…
Reference in New Issue
Block a user