Autofix number of newlines between methods
[MAILPOET-2715]
This commit is contained in:
committed by
Jack Kitterhing
parent
73963bd37a
commit
b39dac75d6
@@ -8,7 +8,6 @@ use MailPoet\Newsletter\Renderer\Preprocessor;
|
||||
use MailPoet\WooCommerce\TransactionalEmails;
|
||||
|
||||
class PreprocessorTest extends \MailPoetUnitTest {
|
||||
|
||||
public function testProcessWooCommerceHeadingBlock() {
|
||||
$renderer = Stub::make(Renderer::class);
|
||||
$transactionalEmails = Stub::make(TransactionalEmails::class, [
|
||||
@@ -64,5 +63,4 @@ class PreprocessorTest extends \MailPoetUnitTest {
|
||||
],
|
||||
]]);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user