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 93c1f46 commit 189543eCopy full SHA for 189543e
tests/MessageTest.php
@@ -116,7 +116,7 @@ public function testAttachmentManagement(): void
116
117
$this->assertCount(1, $message->getAttachments());
118
$this->assertSame($attachment, $message->getAttachments()[0]);
119
- $this->assertSame(14, $attachment->getSize()); // strlen('binary-content')
+ $this->assertSame(strlen('binary-content'), $attachment->getSize());
120
}
121
122
public function testFlagManagement(): void
0 commit comments