Fix Squiz.Classes.ClassFileName sniffer rule in tests [MAIPOET-1025]
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
<?php
|
||||
namespace MailPoet\Test\API\JSON\v1;
|
||||
|
||||
use MailPoet\API\JSON\v1\Mailer;
|
||||
use MailPoet\API\JSON\Response as APIResponse;
|
||||
use MailPoet\Mailer\MailerLog;
|
||||
|
||||
class MailerEndpointTest extends MailPoetTest {
|
||||
class MailerTest extends \MailPoetTest {
|
||||
function testItResumesSending() {
|
||||
// create mailer log with a "paused" status
|
||||
$mailer_log = array('status' => MailerLog::STATUS_PAUSED);
|
||||
|
Reference in New Issue
Block a user