1 | <?php |
||
14 | class InMemoryEntityIdPagerTest extends TestCase { |
||
15 | |||
16 | public function testReturnsEmptyArrayWhenThereAreNoIds() { |
||
22 | |||
23 | public function testReturnsTheFirstIdsUpToLimit() { |
||
40 | |||
41 | public function testReturnsLessItemsIfThereAreFew() { |
||
55 | |||
56 | public function testReturnsNextBatch() { |
||
75 | |||
76 | public function testCanResumeFromPosition() { |
||
104 | |||
105 | public function testCanAddIds() { |
||
120 | |||
121 | } |
||
122 |