| 1 | <?php |
||
| 8 | class ArrayAdapterTest extends TestCase |
||
| 9 | { |
||
| 10 | private $array; |
||
| 11 | /** |
||
| 12 | * @var ArrayAdapter |
||
| 13 | */ |
||
| 14 | private $adapter; |
||
| 15 | |||
| 16 | protected function setUp() |
||
| 21 | |||
| 22 | public function testGetArray() |
||
| 26 | |||
| 27 | public function testGetNbResults() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @dataProvider getResultsProvider |
||
| 34 | */ |
||
| 35 | public function testGetResults($offset, $length) |
||
| 41 | |||
| 42 | public function getResultsProvider() |
||
| 49 | } |
||
| 50 |