| 1 | <?php |
||
| 14 | class ControllerBaseTest extends UnitTestCase { |
||
| 15 | |||
| 16 | const ITEMS_PER_PAGE = 50; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @dataProvider pageGenerationData |
||
| 20 | */ |
||
| 21 | public function testPageGeneration(int $requestedPage, int $count, int $expected) { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @see \Drupal\mongodb_watchdog\Unit\ControllerBaseTest::testPageGeneration() |
||
| 28 | */ |
||
| 29 | public function pageGenerationData() { |
||
| 69 | } |
||
| 70 |