adding tests

This commit is contained in:
Amine Ben hammou
2018-03-16 15:08:18 +01:00
parent 1af242c2dd
commit 82ec8d7ef9
6 changed files with 571 additions and 2 deletions

View File

@ -44,7 +44,6 @@ class DefaultSubscribersGetter extends SubscribersGetter {
SubscriberSegment::$_table . '.segment_id'
)
)
->groupBy(Subscriber::$_table . '.id')
->groupBy(Segment::$_table . '.id');
if($this->get_subscribers_without_segment !== false) {