8000 Preserve the standard error string · enumag/enqueue-dev@38c2046 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 38c2046

Browse files
authored
Preserve the standard error string
1 parent 8106cef commit 38c2046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sqs/Tests/SqsConnectionFactoryConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class SqsConnectionFactoryConfigTest extends TestCase
1616
public function testThrowNeitherArrayStringNorNullGivenAsConfig()
1717
{
1818
$this->expectException(\LogicException::class);
19-
$this->expectExceptionMessage('The config must be either an array of options, a DSN string, or null');
19+
$this->expectExceptionMessage('The config must be either an array of options, a DSN string or null');
2020

2121
new SqsConnectionFactory(new \stdClass());
2222
}

0 commit comments

Comments
 (0)
0