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 a163eed commit 763c7e4Copy full SHA for 763c7e4
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