1
0
mirror of synced 2025-02-06 23:39:25 +03:00
This commit is contained in:
Michaël Gallego 2014-01-03 14:17:47 +01:00
parent e5ba28676d
commit a55f2c48ca

View File

@ -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));
}
}
}