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

@ -41,6 +41,7 @@ abstract class SubscribersGetter {
)
)
->filter('filterWithCustomFieldsForExport')
->groupBy(Subscriber::$_table . '.id')
->whereNull(Subscriber::$_table . '.deleted_at');
}