Fix extra arguments in method calls [MAILPOET-2488]

This commit is contained in:
wxa
2019-12-20 10:23:45 +03:00
committed by amine-mp
parent ce719433e8
commit 7285a4a075
12 changed files with 40 additions and 71 deletions

View File

@@ -189,8 +189,7 @@ class NewslettersTest extends \MailPoetTest {
Emoji::class,
['encodeForUTF8Column' => Expected::once(function ($params) {
return $params;
})],
$this
})]
);
$wp = Stub::make(new WPFunctions, [
@@ -939,8 +938,7 @@ class NewslettersTest extends \MailPoetTest {
Emoji::class,
['encodeForUTF8Column' => Expected::once(function ($params) {
return $params;
})],
$this
})]
);
$wp = Stub::make(new WPFunctions, [