Files
piratepoet/tests/unit/Segments/FinderMock.php
Pavel Dohnal 229a9c8102 Fix QA issue
[PREMIUM-38]
2017-10-18 15:11:57 +01:00

15 lines
155 B
PHP

<?php
namespace MailPoet\Segments;
class FinderMock {
function getSubscriberIdsInSegment() {
}
function findSubscribersInSegment() {
}
}