Rodrigo Primo
|
5d839277d6
|
Replace expect()->same() with verify()->same()
codeception/verify 2.1 removed support for expect()->same() so we need
to replace it with verify()->same().
[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
|
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
|
9adbf81a78
|
Replace expect()->true() with verify()->true()
codeception/verify 2.1 removed support for expect()->true() so we need
to replace it with verify()->true().
[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
|
82aeb89854
|
Use strict types in tests
[MAILPOET-2688]
|
2022-11-29 15:04:09 +01:00 |
|
Rostislav Wolny
|
c44758b90d
|
Refactor action scheduler deactivation into DaemonActionSchedulerRunner::init
[MAILPOET-4274]
|
2022-08-03 10:36:57 +02:00 |
|
Rostislav Wolny
|
869697e025
|
Allow Action Scheduler Cron trigger in cli environment
We don't want our loopback cron to run in cli environment
but we want to allow the action scheduler so that we can use it via wp cli
[MAILPOET-4274]
|
2022-08-03 10:36:57 +02:00 |
|
Rostislav Wolny
|
977f9beb87
|
Refactor deactivation of MailPoet cron actions to run only once
[MAILPOET-4274]
|
2022-08-03 10:36:57 +02:00 |
|
Rostislav Wolny
|
b525f9f876
|
Deactivate action scheduler actions when another method is active
[MAILPOET-4274]
|
2022-08-03 10:36:57 +02:00 |
|
Rostislav Wolny
|
7e5d632148
|
Make Action Scheduler the default method for MailPoet background job
[MAILPOET-4274]
|
2022-08-03 10:36:57 +02:00 |
|
Rostislav Wolny
|
2b44684c38
|
Add action scheduler method to cron trigger
[MAILPOET-4274]
|
2022-08-03 10:36:57 +02:00 |
|
David Remer
|
33e5e15e98
|
Remove MailPoet Trigger
[MAILPOET-4271]
|
2022-05-09 13:06:28 +02:00 |
|
Jan Jakes
|
9f790efbf0
|
Move plugin files to a subfolder
[MAILPOET-3988]
|
2022-01-18 15:30:22 +01:00 |
|