ApiPlatform\Core\Tests\Doctrine\Orm\PaginatorTest::initializeProvider PHP Method

initializeProvider() public method

public initializeProvider ( )
    public function initializeProvider()
    {
        return ['First of three pages of 15 items each' => [0, 15, 42, 1, 3], 'Second of two pages of 10 items each' => [10, 10, 20, 2, 2]];
    }