Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
- Fix sniff
  • Loading branch information
digifa committed Oct 16, 2024
1 parent 866f012 commit 7488035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Helper/DeviceViewTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ public function testGetSwitchParamDeviceView(): void
$deviceView = new DeviceView($this->requestStack);
self::assertSame($this->switchParam, $deviceView->getSwitchParam());
}

public function testSetCookieExpireDatetimeModifier(): void
{
$this->request->query = new InputBag();
Expand Down

0 comments on commit 7488035

Please sign in to comment.