Fix test
This commit is contained in:
parent
e5ba28676d
commit
a55f2c48ca
1 changed files with 2 additions and 1 deletions
|
@ -58,6 +58,7 @@ abstract class AbstractCollectionPersisterTest extends OrmTestCase
|
|||
'removeElement',
|
||||
'removeKey',
|
||||
'get',
|
||||
'loadCriteria'
|
||||
);
|
||||
|
||||
/**
|
||||
|
@ -298,4 +299,4 @@ abstract class AbstractCollectionPersisterTest extends OrmTestCase
|
|||
|
||||
$this->assertEquals($element, $persister->get($collection, 0));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue