We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1f3da commit a76a3d4Copy full SHA for a76a3d4
Tests/Authenticator/JsonLoginAuthenticatorTest.php
@@ -136,7 +136,7 @@ public function provideInvalidAuthenticateData()
136
*/
137
public function testAuthenticationForEmptyCredentialDeprecation($request)
138
{
139
- $this->expectDeprecation('Since symfony/security 6.2: Passing empty string for username or password is deprecated.');
+ $this->expectDeprecation('Since symfony/security 6.2: Passing an empty string as username or password parameter is deprecated.');
140
$this->setUpAuthenticator();
141
142
$this->authenticator->authenticate($request);
0 commit comments