| 1 | <?php |
||
| 8 | class NullAdapterTest extends TestCase |
||
| 9 | { |
||
| 10 | public function testGetNbResults() |
||
| 15 | |||
| 16 | public function testGetSliceShouldReturnAnEmptyArrayIfTheOffsetIsEqualThanTheNbResults() |
||
| 21 | |||
| 22 | public function testGetSliceShouldReturnAnEmptyArrayIfTheOffsetIsGreaterThanTheNbResults() |
||
| 27 | |||
| 28 | public function testGetSliceShouldReturnANullArrayWithTheLengthPassed() |
||
| 33 | |||
| 34 | public function testGetSliceShouldReturnANullArrayWithTheRemainCountWhenLengthIsGreaterThanTheRemain() |
||
| 39 | |||
| 40 | private function createNullArray($length) |
||
| 44 | } |
||
| 45 |