mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-04-04 13:53:35 +03:00
Added additional Attachment test
This commit is contained in:
parent
59d5b8ffc8
commit
fffa423429
1 changed files with 4 additions and 0 deletions
|
@ -120,6 +120,10 @@ class MessageTest extends \PHPUnit_Framework_TestCase
|
|||
$this->assertCount(2, $attachments);
|
||||
foreach($attachments as $attachment)
|
||||
$this->assertInstanceOf('\Fetch\Attachment', $attachment, 'getAttachments returns Fetch\Attachment objects.');
|
||||
|
||||
|
||||
$attachment = $messageWithAttachments->getAttachments('Test_card.png.zip');
|
||||
$this->assertInstanceOf('\Fetch\Attachment', $attachment, 'getAttachment returns specified Fetch\Attachment object.');
|
||||
}
|
||||
|
||||
public function testCheckFlag()
|
||||
|
|
Loading…
Add table
Reference in a new issue