mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-09 08:43:13 +08:00
Update to PHPUnit 10
This commit is contained in:
@@ -39,7 +39,7 @@ class ConfigProviderTest extends TestCase
|
||||
self::assertEquals($expected, ConfigProvider::applyRoutesPrefix($routes));
|
||||
}
|
||||
|
||||
public function provideRoutesConfig(): iterable
|
||||
public static function provideRoutesConfig(): iterable
|
||||
{
|
||||
yield 'health action present' => [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user