Skip to content

Commit

Permalink
Add more tests. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Jun 16, 2023
1 parent b86249f commit 0dad291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Locale/MiddlewareTest.php
Expand Up @@ -276,5 +276,6 @@ public function testWithLocaleArgument(): void
$this->assertSame('/ru/login', $response->getHeaderLine('Location'));
$this->assertSame('ru', $this->translator->getLocale());
$this->assertSame('/login?_lang=ru', $this->urlGenerator->generate('login'));
$this->assertSame('/ru/login', $this->localeRouteHelper->getPath());
}
}

0 comments on commit 0dad291

Please sign in to comment.