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
|
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 |
|
Rodrigo Primo
|
997f635d4a
|
Replace expect()->false() with verify()->false()
codeception/verify 2.1 removed support for expect()->false() so we need
to replace it with verify()->false().
[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 |
|
Jan Jakes
|
b296e40077
|
Extract Carbon datetime reset to test bootstrap
MAILPOET-5145
|
2023-04-07 12:11:12 -05:00 |
|
John Oleksowicz
|
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 |
|
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
|
81051e8295
|
Replace all Paris models with Doctrine code in SchedulerTest
[MAILPOET-4150]
|
2022-07-27 08:48:44 +02:00 |
|
Jan Lysý
|
4ba5c6ce0c
|
Remove old model from Scheduler
[MAILPOET-4141]
|
2022-06-20 12:00:47 +02:00 |
|
David Remer
|
46ebe847be
|
Revert "Replace all Paris models with Doctrine code in SchedulerTest"
This reverts commit 54e2d173c1 .
|
2022-05-17 12:27:46 +02:00 |
|
Rodrigo Primo
|
f48bb5758c
|
Replace all Paris models with Doctrine code in SchedulerTest
[MAILPOET-4150]
|
2022-05-16 13:18:21 +02:00 |
|
David Remer
|
ca3f8bdc43
|
Make Scheduler non-static
[MAILPOET-4252]
|
2022-04-25 12:08:18 +02:00 |
|
Jan Jakes
|
9f790efbf0
|
Move plugin files to a subfolder
[MAILPOET-3988]
|
2022-01-18 15:30:22 +01:00 |
|