mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 02:51:04 +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
|
@ -168,7 +168,7 @@ fos_user:
|
||||||
address: "%from_email%"
|
address: "%from_email%"
|
||||||
sender_name: wallabag
|
sender_name: wallabag
|
||||||
service:
|
service:
|
||||||
mailer: Wallabag\UserBundle\Mailer\UserMailer
|
mailer: Wallabag\CoreBundle\Mailer\UserMailer
|
||||||
|
|
||||||
fos_oauth_server:
|
fos_oauth_server:
|
||||||
db_driver: orm
|
db_driver: orm
|
||||||
|
@ -201,7 +201,7 @@ scheb_two_factor:
|
||||||
sender_email: "%twofactor_sender%"
|
sender_email: "%twofactor_sender%"
|
||||||
digits: 6
|
digits: 6
|
||||||
template: "@WallabagUser/Authentication/form.html.twig"
|
template: "@WallabagUser/Authentication/form.html.twig"
|
||||||
mailer: Wallabag\UserBundle\Mailer\AuthCodeMailer
|
mailer: Wallabag\CoreBundle\Mailer\AuthCodeMailer
|
||||||
|
|
||||||
rulerz:
|
rulerz:
|
||||||
targets:
|
targets:
|
||||||
|
|
|
@ -318,7 +318,7 @@ services:
|
||||||
wallabag_core.entry.download_images.client:
|
wallabag_core.entry.download_images.client:
|
||||||
alias: 'httplug.client.wallabag_core.entry.download_images'
|
alias: 'httplug.client.wallabag_core.entry.download_images'
|
||||||
|
|
||||||
Wallabag\UserBundle\Mailer\UserMailer:
|
Wallabag\CoreBundle\Mailer\UserMailer:
|
||||||
arguments:
|
arguments:
|
||||||
$parameters:
|
$parameters:
|
||||||
template:
|
template:
|
||||||
|
|
|
@ -30,45 +30,45 @@ parameters:
|
||||||
count: 10
|
count: 10
|
||||||
path: src/Wallabag/CoreBundle/Form/Type/EntryFilterType.php
|
path: src/Wallabag/CoreBundle/Form/Type/EntryFilterType.php
|
||||||
|
|
||||||
-
|
|
||||||
message: "#^Call to an undefined method Wallabag\\\\ImportBundle\\\\Import\\\\ImportInterface\\:\\:setFilepath\\(\\)\\.$#"
|
|
||||||
count: 1
|
|
||||||
path: src/Wallabag/ImportBundle/Controller/BrowserController.php
|
|
||||||
|
|
||||||
-
|
|
||||||
message: "#^Call to an undefined method Wallabag\\\\ImportBundle\\\\Import\\\\ImportInterface\\:\\:setUser\\(\\)\\.$#"
|
|
||||||
count: 1
|
|
||||||
path: src/Wallabag/ImportBundle/Controller/BrowserController.php
|
|
||||||
|
|
||||||
-
|
|
||||||
message: "#^Call to an undefined method Wallabag\\\\ImportBundle\\\\Import\\\\ImportInterface\\:\\:setFilepath\\(\\)\\.$#"
|
|
||||||
count: 1
|
|
||||||
path: src/Wallabag/ImportBundle/Controller/HtmlController.php
|
|
||||||
|
|
||||||
-
|
|
||||||
message: "#^Call to an undefined method Wallabag\\\\ImportBundle\\\\Import\\\\ImportInterface\\:\\:setUser\\(\\)\\.$#"
|
|
||||||
count: 1
|
|
||||||
path: src/Wallabag/ImportBundle/Controller/HtmlController.php
|
|
||||||
|
|
||||||
-
|
|
||||||
message: "#^Call to an undefined method Wallabag\\\\ImportBundle\\\\Import\\\\ImportInterface\\:\\:setFilepath\\(\\)\\.$#"
|
|
||||||
count: 1
|
|
||||||
path: src/Wallabag/ImportBundle/Controller/WallabagController.php
|
|
||||||
|
|
||||||
-
|
|
||||||
message: "#^Call to an undefined method Wallabag\\\\ImportBundle\\\\Import\\\\ImportInterface\\:\\:setUser\\(\\)\\.$#"
|
|
||||||
count: 1
|
|
||||||
path: src/Wallabag/ImportBundle/Controller/WallabagController.php
|
|
||||||
|
|
||||||
-
|
-
|
||||||
message: "#^Call to an undefined method Scheb\\\\TwoFactorBundle\\\\Model\\\\Email\\\\TwoFactorInterface\\:\\:getName\\(\\)\\.$#"
|
message: "#^Call to an undefined method Scheb\\\\TwoFactorBundle\\\\Model\\\\Email\\\\TwoFactorInterface\\:\\:getName\\(\\)\\.$#"
|
||||||
count: 2
|
count: 2
|
||||||
path: src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php
|
path: src/Wallabag/CoreBundle/Mailer/AuthCodeMailer.php
|
||||||
|
|
||||||
-
|
-
|
||||||
message: "#^PHPDoc type Symfony\\\\Component\\\\Mailer\\\\MailerInterface of property Wallabag\\\\UserBundle\\\\Mailer\\\\UserMailer\\:\\:\\$mailer is not covariant with PHPDoc type Swift_Mailer of overridden property FOS\\\\UserBundle\\\\Mailer\\\\TwigSwiftMailer\\:\\:\\$mailer\\.$#"
|
message: "#^PHPDoc type Symfony\\\\Component\\\\Mailer\\\\MailerInterface of property Wallabag\\\\CoreBundle\\\\Mailer\\\\UserMailer\\:\\:\\$mailer is not covariant with PHPDoc type Swift_Mailer of overridden property FOS\\\\UserBundle\\\\Mailer\\\\TwigSwiftMailer\\:\\:\\$mailer\\.$#"
|
||||||
count: 1
|
count: 1
|
||||||
path: src/Wallabag/UserBundle/Mailer/UserMailer.php
|
path: src/Wallabag/CoreBundle/Mailer/UserMailer.php
|
||||||
|
|
||||||
|
-
|
||||||
|
message: "#^Call to an undefined method Wallabag\\\\ImportBundle\\\\Import\\\\ImportInterface\\:\\:setFilepath\\(\\)\\.$#"
|
||||||
|
count: 1
|
||||||
|
path: src/Wallabag/ImportBundle/Controller/BrowserController.php
|
||||||
|
|
||||||
|
-
|
||||||
|
message: "#^Call to an undefined method Wallabag\\\\ImportBundle\\\\Import\\\\ImportInterface\\:\\:setUser\\(\\)\\.$#"
|
||||||
|
count: 1
|
||||||
|
path: src/Wallabag/ImportBundle/Controller/BrowserController.php
|
||||||
|
|
||||||
|
-
|
||||||
|
message: "#^Call to an undefined method Wallabag\\\\ImportBundle\\\\Import\\\\ImportInterface\\:\\:setFilepath\\(\\)\\.$#"
|
||||||
|
count: 1
|
||||||
|
path: src/Wallabag/ImportBundle/Controller/HtmlController.php
|
||||||
|
|
||||||
|
-
|
||||||
|
message: "#^Call to an undefined method Wallabag\\\\ImportBundle\\\\Import\\\\ImportInterface\\:\\:setUser\\(\\)\\.$#"
|
||||||
|
count: 1
|
||||||
|
path: src/Wallabag/ImportBundle/Controller/HtmlController.php
|
||||||
|
|
||||||
|
-
|
||||||
|
message: "#^Call to an undefined method Wallabag\\\\ImportBundle\\\\Import\\\\ImportInterface\\:\\:setFilepath\\(\\)\\.$#"
|
||||||
|
count: 1
|
||||||
|
path: src/Wallabag/ImportBundle/Controller/WallabagController.php
|
||||||
|
|
||||||
|
-
|
||||||
|
message: "#^Call to an undefined method Wallabag\\\\ImportBundle\\\\Import\\\\ImportInterface\\:\\:setUser\\(\\)\\.$#"
|
||||||
|
count: 1
|
||||||
|
path: src/Wallabag/ImportBundle/Controller/WallabagController.php
|
||||||
|
|
||||||
-
|
-
|
||||||
message: "#^Call to an undefined method DOMNode\\:\\:getAttribute\\(\\)\\.$#"
|
message: "#^Call to an undefined method DOMNode\\:\\:getAttribute\\(\\)\\.$#"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Wallabag\UserBundle\Mailer;
|
namespace Wallabag\CoreBundle\Mailer;
|
||||||
|
|
||||||
use Scheb\TwoFactorBundle\Mailer\AuthCodeMailerInterface;
|
use Scheb\TwoFactorBundle\Mailer\AuthCodeMailerInterface;
|
||||||
use Scheb\TwoFactorBundle\Model\Email\TwoFactorInterface;
|
use Scheb\TwoFactorBundle\Model\Email\TwoFactorInterface;
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Wallabag\UserBundle\Mailer;
|
namespace Wallabag\CoreBundle\Mailer;
|
||||||
|
|
||||||
use FOS\UserBundle\Mailer\TwigSwiftMailer;
|
use FOS\UserBundle\Mailer\TwigSwiftMailer;
|
||||||
use Symfony\Component\Mailer\MailerInterface;
|
use Symfony\Component\Mailer\MailerInterface;
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Tests\Wallabag\UserBundle\Mailer;
|
namespace Tests\Wallabag\CoreBundle\Mailer;
|
||||||
|
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
use Symfony\Component\Mailer\MailerInterface;
|
use Symfony\Component\Mailer\MailerInterface;
|
||||||
|
@ -8,7 +8,7 @@ use Symfony\Component\Mime\Address;
|
||||||
use Twig\Environment;
|
use Twig\Environment;
|
||||||
use Twig\Loader\ArrayLoader;
|
use Twig\Loader\ArrayLoader;
|
||||||
use Wallabag\CoreBundle\Entity\User;
|
use Wallabag\CoreBundle\Entity\User;
|
||||||
use Wallabag\UserBundle\Mailer\AuthCodeMailer;
|
use Wallabag\CoreBundle\Mailer\AuthCodeMailer;
|
||||||
|
|
||||||
class AuthCodeMailerTest extends TestCase
|
class AuthCodeMailerTest extends TestCase
|
||||||
{
|
{
|
Loading…
Reference in a new issue