mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 01:54:41 +08:00
Update to PHPUnit 10
This commit is contained in:
@@ -24,7 +24,7 @@ class NonOrphanVisitsTest extends ApiTestCase
|
||||
self::assertCount($returnedItems, $payload['visits']['data'] ?? []);
|
||||
}
|
||||
|
||||
public function provideQueries(): iterable
|
||||
public static function provideQueries(): iterable
|
||||
{
|
||||
yield 'all data' => [[], 7, 7];
|
||||
yield 'middle page' => [['page' => 2, 'itemsPerPage' => 3], 7, 3];
|
||||
|
||||
Reference in New Issue
Block a user