Skip to content

Commit 6d9f0a9

Browse files
Merge branch '4.4' into 5.3
* 4.4: [Cache] Fix saving items with no expiration through ProxyAdapter CS fixes [Cache] disable lock on CLI [VarDumper] add more "transient-on-macos" groups
2 parents a2f4ac6 + 7807f29 commit 6d9f0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Firewall/UsernamePasswordFormAuthenticationListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function testHandleNonStringUsernameWithObject(bool $postOnly)
163163
/**
164164
* @dataProvider postOnlyDataProvider
165165
*/
166-
public function testHandleNonStringUsernameWith__toString(bool $postOnly)
166+
public function testHandleNonStringUsernameWithToString(bool $postOnly)
167167
{
168168
$usernameClass = $this->createMock(DummyUserClass::class);
169169
$usernameClass

0 commit comments

Comments
 (0)