Remove unused FinderMock dummy service
[MAILPOET-3077]
This commit is contained in:
committed by
Veljko V
parent
82ce309df1
commit
c78922c12e
@ -1,13 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace MailPoet\Segments;
|
|
||||||
|
|
||||||
class FinderMock {
|
|
||||||
public function getSubscriberIdsInSegment() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public function findSubscribersInSegment() {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
namespace MailPoet\Segments;
|
namespace MailPoet\Segments;
|
||||||
|
|
||||||
require_once('FinderMock.php');
|
|
||||||
|
|
||||||
use Codeception\Util\Stub;
|
use Codeception\Util\Stub;
|
||||||
use MailPoet\Entities\SegmentEntity;
|
use MailPoet\Entities\SegmentEntity;
|
||||||
use MailPoet\Models\DynamicSegmentFilter;
|
use MailPoet\Models\DynamicSegmentFilter;
|
||||||
|
Reference in New Issue
Block a user