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 d33a8fb + a51a85c commit 514a6fdCopy full SHA for 514a6fd
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