X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fsrc%2FUtil%2FEMailerTest.php;h=b43482b304fd51a5f8b0ccbc82179eef29a9171c;hb=360614d2cf3aceeb763ef1281ad5236878f5d735;hp=21a0ffa2dec766afb620bfb86344191eaf14cd37;hpb=b21631747714ac2282abfc6d6ac573a3347df11b;p=friendica.git diff --git a/tests/src/Util/EMailerTest.php b/tests/src/Util/EMailerTest.php index 21a0ffa2de..b43482b304 100644 --- a/tests/src/Util/EMailerTest.php +++ b/tests/src/Util/EMailerTest.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Test\src\Util; @@ -26,9 +45,9 @@ class EMailerTest extends MockedTest use VFSTrait; use HookMockTrait; - /** @var \Friendica\Core\Config\Capability\IManageConfigValues|MockInterface */ + /** @var IManageConfigValues|MockInterface */ private $config; - /** @var \Friendica\Core\PConfig\Capability\IManagePersonalConfigValues|MockInterface */ + /** @var IManagePersonalConfigValues|MockInterface */ private $pConfig; /** @var L10n|MockInterface */ private $l10n;