File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/10.5/phpunit.xsd"
55 colors =" true"
6+ defaultTestSuite =" SyliusMailerBundle Test Suite"
67>
78 <php >
89 <server name =" KERNEL_CLASS" value =" App\Kernel" />
Original file line number Diff line number Diff line change 2323use Sylius \Component \Mailer \Renderer \Adapter \AbstractAdapter ;
2424use Sylius \Component \Mailer \Renderer \RenderedEmail ;
2525use Sylius \Component \Mailer \SyliusMailerEvents ;
26- use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
26+ use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
2727use Twig \Environment ;
2828use Twig \Loader \ArrayLoader ;
2929
Original file line number Diff line number Diff line change 2626use Symfony \Component \Mailer \MailerInterface ;
2727use Symfony \Component \Mime \Address ;
2828use Symfony \Component \Mime \Email as MimeEmail ;
29- use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
29+ use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
3030
3131final class SymfonyMailerAdapterTest extends TestCase
3232{
You can’t perform that action at this time.
0 commit comments