mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 15:23:12 +08:00
Update to PHPUnit 10
This commit is contained in:
@@ -57,7 +57,7 @@ class RequestTrackerTest extends TestCase
|
||||
$this->requestTracker->trackIfApplicable($shortUrl, $request);
|
||||
}
|
||||
|
||||
public function provideNonTrackingRequests(): iterable
|
||||
public static function provideNonTrackingRequests(): iterable
|
||||
{
|
||||
yield 'forwarded from head' => [ServerRequestFactory::fromGlobals()->withAttribute(
|
||||
ImplicitHeadMiddleware::FORWARDED_HTTP_METHOD_ATTRIBUTE,
|
||||
|
||||
Reference in New Issue
Block a user