|
b252043dac
|
Refactor Sending::getSubscribers() to use Doctrine instead of Paris
[MAILPOET-4368]
|
2023-10-25 10:31:45 +02:00 |
|
|
eb16cca0da
|
Improve test coverage for Sending::getSubscribers()
[MAILPOET-4368]
|
2023-10-25 10:31:45 +02:00 |
|
|
52ebb9562c
|
Replace ScheduledTaskSubscriber model with corresponding entity in SendingTest
[MAILPOET-4368]
|
2023-10-25 10:31:45 +02:00 |
|
|
6488bd5fd4
|
Replace Newsletter model with Newsletter entity in SendingTest
[MAILPOET-4368]
|
2023-10-25 10:31:45 +02:00 |
|
|
73445afd70
|
Replace expect_that() with verify()->instanceOf()
codeception/verify 2.1 removed support for expect_that() so we need
to replace it with verify()->instanceOf().
[MAILPOET-5664]
|
2023-10-24 08:58:22 +03:00 |
|
|
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 |
|
|
e4136fee8c
|
Replace expect()->isEmpty() with verify()->empty()
codeception/verify 2.1 removed support for expect()->isEmpty() so we need
to replace it with verify()->empty().
[MAILPOET-5664]
|
2023-10-24 08:58:22 +03:00 |
|
|
1865fc8930
|
Replace expect()->isInstanceOf() with verify()->instanceOf()
codeception/verify 2.1 removed support for expect()->isInstanceOf() so we need
to replace it with verify()->instanceOf().
[MAILPOET-5664]
|
2023-10-24 08:58:22 +03:00 |
|
|
5bc5b5ebd2
|
Replace expect()->notEmpty() with verify()->notEmpty()
codeception/verify 2.1 removed support for expect()->notEmpty() so we need
to replace it with verify()->notEmpty().
[MAILPOET-5664]
|
2023-10-24 08:58:22 +03:00 |
|
|
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 |
|
|
5d88f02216
|
Replace multiple subscriber update queries with one in sending loop
[MAILPOET-5178]
|
2023-07-03 16:52:46 +02:00 |
|
|
d112d4088f
|
Fix issue with IDs
MAILPOET-5145
|
2023-04-07 12:11:12 -05:00 |
|
|
376dca1098
|
Remove unnecessary truncating
MAILPOET-5145
|
2023-04-07 12:11:12 -05:00 |
|
|
cd0b795ac8
|
Extract customer creation/cleanup
This also ensures that cleanup always runs after all integration tests
MAILPOET-5145
|
2023-04-07 12:11:12 -05:00 |
|
|
82aeb89854
|
Use strict types in tests
[MAILPOET-2688]
|
2022-11-29 15:04:09 +01:00 |
|
|
d2ec7bba42
|
Replace instance_of asserts in integration tests
[MAILPOET-4258]
|
2022-11-25 14:32:34 +01:00 |
|
|
6989bd9413
|
Make limit parameter optional
Unification function parameters with a similar method from the repository.
[MAILPOET-4367]
|
2022-09-19 11:07:16 +02:00 |
|
|
97801cfe25
|
Remove usage of Sending::getScheduledQueues
[MAILPOET-4367]
|
2022-09-19 11:07:16 +02:00 |
|
|
7ef341e38a
|
Replace Sending::getRunningQueues in integration test
[MAILPOET-4366]
|
2022-08-19 15:11:23 +02:00 |
|
|
9f790efbf0
|
Move plugin files to a subfolder
[MAILPOET-3988]
|
2022-01-18 15:30:22 +01:00 |
|