mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°7920 - laminas-mail is an abandoned package, replace it with symfony/mailer (#742)
* N°7920 - laminas-mail is an abandoned package, replace it with symfony/mailer * Fix composer following merge
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
use Combodo\iTop\Test\UnitTest\ItopTestCase;
|
||||
|
||||
class EmailLaminasTest extends ItopTestCase
|
||||
class EmailSymfonyTest extends ItopTestCase
|
||||
{
|
||||
public function testInlineCssIntoBodyContent(): void
|
||||
{
|
||||
@@ -131,7 +131,7 @@ CSS;
|
||||
HTML;
|
||||
|
||||
$sExpectedBody .= "\n"; // Emogriffer is always adding latest line feed, adding it in expected content !
|
||||
$sActualBody = $this->InvokeNonPublicStaticMethod(EMailLaminas::class, 'InlineCssIntoBodyContent', [$sInputBody, $sInputCss]);
|
||||
$sActualBody = $this->InvokeNonPublicStaticMethod(EMailSymfony::class, 'InlineCssIntoBodyContent', [$sInputBody, $sInputCss]);
|
||||
|
||||
$this->assertSame($sExpectedBody, $sActualBody);
|
||||
}
|
||||
Reference in New Issue
Block a user