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.
2 parents eeb61b6 + 1581166 commit a51a85cCopy full SHA for a51a85c
Tests/Functional/UserPasswordEncoderCommandTest.php
@@ -258,7 +258,7 @@ public function testEncodePasswordSodiumOutput()
258
259
public function testEncodePasswordNoConfigForGivenUserClass()
260
{
261
- $this->expectException('\RuntimeException');
+ $this->expectException(\RuntimeException::class);
262
$this->expectExceptionMessage('No encoder has been configured for account "Foo\Bar\User".');
263
264
$this->passwordEncoderCommandTester->execute([
0 commit comments