Files
piratepoet/tests/integration/Segments/FinderMock.php
Amine Ben hammou 43df66d162 Add public keyword to methods
[MAILPOET-2413]
2019-12-26 18:09:45 +03:00

15 lines
165 B
PHP

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