Autofix number of newlines between methods
[MAILPOET-2715]
This commit is contained in:
committed by
Jack Kitterhing
parent
73963bd37a
commit
b39dac75d6
@ -6,8 +6,6 @@ use Codeception\Stub;
|
||||
use Codeception\Stub\Expected;
|
||||
|
||||
class PluginActivatedHookTest extends \MailPoetTest {
|
||||
|
||||
|
||||
public function testItAddsANewMessageIfNetworkActivation() {
|
||||
$deferredAdminNotices = Stub::makeEmpty(
|
||||
'MailPoet\Config\DeferredAdminNotices',
|
||||
@ -44,5 +42,4 @@ class PluginActivatedHookTest extends \MailPoetTest {
|
||||
$hook = new PluginActivatedHook($deferredAdminNotices);
|
||||
$hook->action("mailpoet/mailpoet.php", false);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user