Jan Jakes
|
bb29f25c40
|
Remove simple usages of MailPoet\Tasks\Sending from integration tests
[MAILPOET-4375]
|
2023-11-02 12:53:36 +01:00 |
|
Rodrigo Primo
|
e4f0b89032
|
Replace expect()->contains() with verify()->arrayContains()
codeception/verify 2.1 removed support for expect()->contains() so we need
to replace it with verify()->arrayContains().
[MAILPOET-5664]
|
2023-10-24 08:58:22 +03:00 |
|
Rodrigo Primo
|
9b56fdc688
|
Replace expect()->count() with verify()->arrayCount()
codeception/verify 2.1 removed support for expect()->count() so we need
to replace it with verify()->arrayCount().
[MAILPOET-5664]
|
2023-10-24 08:58:22 +03:00 |
|
Rodrigo Primo
|
afe378ba22
|
Replace expect()->equals() with verify()->equals()
codeception/verify 2.1 removed support for expect()->equals() so we need
to replace it with verify()->equals().
[MAILPOET-5664]
|
2023-10-24 08:58:22 +03:00 |
|
John Oleksowicz
|
fe44df1884
|
Prevent invalid states due to filter segment
MAILPOET-5509
|
2023-08-31 14:16:10 +02:00 |
|
John Oleksowicz
|
f52b1343f8
|
Implement subscriber filtering in scheduled tasks
If a filterSegmentId is provided, ensure only subscribers who belong to
that segment get included in the scheduled task.
MAILPOET-5509
|
2023-08-31 14:16:10 +02:00 |
|
John Oleksowicz
|
2a97189d97
|
Add ability for SubscribersFinder to filter by dynamic segment
MAILPOET-5509
|
2023-08-31 14:16:10 +02:00 |
|
John Oleksowicz
|
c75bc388c9
|
Remove unnecessary cleanup code
MAILPOET-5145
|
2023-04-07 12:11:12 -05:00 |
|
Jan Jakes
|
82aeb89854
|
Use strict types in tests
[MAILPOET-2688]
|
2022-11-29 15:04:09 +01:00 |
|
Rodrigo Primo
|
54ecb6065c
|
Replace old ScheduledTask model with ScheduledTaskEntity in SubscribersFinder
[MAILPOET-3925]
|
2022-03-28 08:13:53 +02:00 |
|
Rodrigo Primo
|
da5537b9fe
|
Replace old Subscriber model with Doctrine equivalents in SubscribersFinder
[MAILPOET-3925]
|
2022-03-28 08:13:53 +02:00 |
|
Rodrigo Primo
|
8c70e0eb80
|
Replace old Paris models with Doctrine entities in SubscribersFinderTest
[MAILPOET-3925]
|
2022-03-28 08:13:53 +02:00 |
|
Rodrigo Primo
|
0a73135c83
|
Replace old Segment model with Doctrine in SubscribersFinder
[MAILPOET-3925]
|
2022-03-28 08:13:53 +02:00 |
|
Rodrigo Primo
|
d54b2d4282
|
Use \MailPoetTest::truncateEntity() instead of ORM::raw_execute() in SubscribersFinderTest
Doing this as part of the Paris to Doctrine refactor
[MAILPOET-3925]
|
2022-03-28 08:13:53 +02:00 |
|
Rodrigo Primo
|
89ba1f0f4e
|
Refactor SubscribersFinder::findSubscribersInSegments() to Doctrine
[MAILPOET-3925]
|
2022-03-28 08:13:53 +02:00 |
|
Jan Jakes
|
9f790efbf0
|
Move plugin files to a subfolder
[MAILPOET-3988]
|
2022-01-18 15:30:22 +01:00 |
|