Skip to content

Commit 1fee13b

Browse files
Merge branch '5.3' into 5.4
* 5.3: [5.3] cs fixes [Cache] Fix saving items with no expiration through ProxyAdapter CS fixes [HttpClient] Fix tracing requests made after calling withOptions() [Cache] disable lock on CLI [VarDumper] add more "transient-on-macos" groups
2 parents 3fa1dcb + 6d9f0a9 commit 1fee13b

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)