We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91dae6b commit 097e46cCopy full SHA for 097e46c
1 file changed
tests/src/ValueAbstracts/KeyPairFilenameConfigTest.php
@@ -141,7 +141,6 @@ public function testGetPrivateKeyStringThrowsExceptionWhenFileCannotBeRead(): vo
141
142
try {
143
$this->expectException(RuntimeException::class);
144
- $this->expectExceptionMessage('file');
145
$config->getPrivateKeyString();
146
} finally {
147
chmod($unreadableFile, 0666);
0 commit comments