diff --git a/packages/tester/Tests/Http/Cookie/CookieTest.php b/packages/tester/Tests/Http/Cookie/CookieTest.php index acc5e1332..09e7d8e89 100644 --- a/packages/tester/Tests/Http/Cookie/CookieTest.php +++ b/packages/tester/Tests/Http/Cookie/CookieTest.php @@ -116,7 +116,7 @@ public function testMatchesDomain(): void static::assertTrue($cookie->matchesDomain('example.local')); } - public function pathMatchProvider(): array + public static function pathMatchProvider(): array { return [ ['/foo', '/foo', true], @@ -147,7 +147,7 @@ public function testMatchesPath(string $cookiePath, string $requestPath, bool $i static::assertSame($isMatch, $cookie->matchesPath($requestPath)); } - public function cookieValidateProvider(): array + public static function cookieValidateProvider(): array { return [ ['foo', 'baz', 'bar', true], @@ -200,7 +200,7 @@ public function testConvertsToString(): void /** * Provides the parsed information from a cookie. */ - public function cookieParserDataProvider(): array + public static function cookieParserDataProvider(): array { return [ [