Skip to content

Commit

Permalink
test 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardokum committed Mar 8, 2022
1 parent 0e63739 commit ea09844
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
16 changes: 0 additions & 16 deletions tests/FormatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,4 @@ public function testUserGeneratedHtml5Message()
'entity' => 'cid:',
], $message->getBody());
}

/**
* @test
*/
public function testMixedAndCustomEmbedders()
{
App::bind('mail-auto-embed.custom', CustomEmbedder::class);

$message = $this->handleBeforeSendPerformedEvent('formats/html5-custom-embeds.html', self::HANDLE_CONFIG);

$this->assertEmailImageTags([
'default' => 'cid:',
'custom embedder' => 'custom:',
'invalid embedder' => 'cid:',
], $message->getBody());
}
}
16 changes: 0 additions & 16 deletions tests/fixtures/CustomEmbedder.php

This file was deleted.

0 comments on commit ea09844

Please sign in to comment.