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