mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Move User mailer to Core
This commit is contained in:
parent
87ed669504
commit
d8f2d3c7ee
6 changed files with 40 additions and 40 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Tests\Wallabag\UserBundle\Mailer;
|
||||
namespace Tests\Wallabag\CoreBundle\Mailer;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Component\Mailer\MailerInterface;
|
||||
|
@ -8,7 +8,7 @@ use Symfony\Component\Mime\Address;
|
|||
use Twig\Environment;
|
||||
use Twig\Loader\ArrayLoader;
|
||||
use Wallabag\CoreBundle\Entity\User;
|
||||
use Wallabag\UserBundle\Mailer\AuthCodeMailer;
|
||||
use Wallabag\CoreBundle\Mailer\AuthCodeMailer;
|
||||
|
||||
class AuthCodeMailerTest extends TestCase
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue