Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Fix test method name
Browse files Browse the repository at this point in the history
(cherry picked from commit d45bac6)
  • Loading branch information
scheb committed Jan 12, 2020
1 parent eb2eb8b commit 4a88e84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function onKernelResponse_hasUpdatedCookie_addCookieHeader(): void
/**
* @test
*/
public function onKernelResponse_setCookieDomain(): void
public function onKernelResponse_hasDomainConfigured_setCookieDomain(): void
{
$this->cookieResponseListener = $this->createTrustedCookieResponseListener('.different-domain.com');

Expand Down

0 comments on commit 4a88e84

Please sign in to comment.