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:
@@ -48,7 +48,7 @@ class InitialApiKeyDelegatorTest extends TestCase
|
||||
self::assertSame($result, $app);
|
||||
}
|
||||
|
||||
public function provideConfigs(): iterable
|
||||
public static function provideConfigs(): iterable
|
||||
{
|
||||
yield 'no api key' => [[], 0];
|
||||
yield 'null api key' => [['initial_api_key' => null], 0];
|
||||
|
||||
Reference in New Issue
Block a user