mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
Update to PHPUnit 10
This commit is contained in:
@@ -43,7 +43,7 @@ class DoctrineBatchHelperTest extends TestCase
|
||||
}
|
||||
}
|
||||
|
||||
public function provideIterables(): iterable
|
||||
public static function provideIterables(): iterable
|
||||
{
|
||||
yield [[], 100, 1];
|
||||
yield [[1, 2, 3, 4, 5, 6, 7, 8, 9, 10], 3, 4];
|
||||
|
||||
Reference in New Issue
Block a user