Skip to content

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)