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 56367dc commit 57324e0Copy full SHA for 57324e0
1 file changed
tests/Unit/Message/EnvelopeTest.php
@@ -14,7 +14,7 @@ public function testFromData(): void
14
{
15
$this->expectException(LogicException::class);
16
$this->expectExceptionMessage(
17
- 'Envelopes cannot be created via "fromData()". Wrap an existing "MessageInterface" instance instead.'
+ 'Envelopes cannot be created via "fromData()". Wrap an existing "MessageInterface" instance instead.',
18
);
19
DummyEnvelope::fromData('test', []);
20
}
0 commit comments