Rodrigo Primo
|
fa9236d8c9
|
Replace expect()->greaterThan() with verify()->greaterThan()
codeception/verify 2.1 removed support for expect()->greaterThan() so we need
to replace it with verify()->greaterThan().
[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
|
709be1d541
|
Replace expect()->null() with verify()->null()
codeception/verify 2.1 removed support for expect()->null() so we need
to replace it with verify()->null().
[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
|
c75bc388c9
|
Remove unnecessary cleanup code
MAILPOET-5145
|
2023-04-07 12:11:12 -05:00 |
|
Jan Lysý
|
8161b83ded
|
Add check on list type when deleting list
[MAILPOET-4752]
|
2022-11-02 14:05:39 +01:00 |
|
Jan Lysý
|
ad46d05c6b
|
Add check on list type
[MAILPOET-4752]
|
2022-11-02 14:05:39 +01:00 |
|
Jan Lysý
|
f231f3dc6d
|
Fix type error for list update
[MAILPOET-4752]
|
2022-11-02 14:05:39 +01:00 |
|
Jan Lysý
|
f6a5e0117c
|
Add deleteList test cases
[MAILPOET-4752]
|
2022-11-02 14:05:39 +01:00 |
|
Jan Lysý
|
94a2e54c1e
|
Add test cases for updateList
[MAILPOET-4752]
|
2022-11-02 14:05:39 +01:00 |
|
Rostislav Wolny
|
2356c62be3
|
Refactor MP API addSubscriber to doctrine
[MAILPOET-4293]
|
2022-08-18 12:08:30 +02:00 |
|
Rostislav Wolny
|
1d4ec47b25
|
Move tests for addList under the related service test
[MAILPOET-4294]
|
2022-08-04 13:31:53 +02:00 |
|
Jan Lysý
|
c6d284cb32
|
Move lists testing to the separate class
[MAILPOET-4292]
|
2022-07-14 11:29:09 +02:00 |
|