Fix test
This commit is contained in:
parent
e5ba28676d
commit
a55f2c48ca
@ -58,6 +58,7 @@ abstract class AbstractCollectionPersisterTest extends OrmTestCase
|
|||||||
'removeElement',
|
'removeElement',
|
||||||
'removeKey',
|
'removeKey',
|
||||||
'get',
|
'get',
|
||||||
|
'loadCriteria'
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -298,4 +299,4 @@ abstract class AbstractCollectionPersisterTest extends OrmTestCase
|
|||||||
|
|
||||||
$this->assertEquals($element, $persister->get($collection, 0));
|
$this->assertEquals($element, $persister->get($collection, 0));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user