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
|
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 |
|
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
|
70e6447e28
|
Extract WPFunctions 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 |
|
Rostislav Wolny
|
ed5bd8de61
|
Add Woo dependent tests to woo group
Mark all integration tests that are related to WooCommerce with group "woo".
[MAILPOET-4566]
|
2022-09-08 13:02:52 +02:00 |
|
Jan Lysý
|
745ba0d5e0
|
Replace old model from PurchasedProduct
[MAILPOET-4141]
|
2022-06-20 12:00:47 +02:00 |
|
David Remer
|
fce14358bf
|
Revert "Replace NewsletterOption and NewsletterOptionField models"
This reverts commit 9b087f719f .
|
2022-05-17 12:27:46 +02:00 |
|
Rodrigo Primo
|
d89067854c
|
Replace NewsletterOption and NewsletterOptionField models
This commit repleaces the old NewsletterOption and NewsletterOptionField
models with Doctrine code in several test classes.
[MAILPOET-4150]
|
2022-05-16 13:18:21 +02:00 |
|
John Oleksowicz
|
a8b62130ec
|
Remove duplicate test
[MAILPOET-3518]
|
2022-02-09 16:33:06 +01:00 |
|
John Oleksowicz
|
ec8ff46a29
|
Only store relevant meta for product purchases
[MAILPOET-3518]
|
2022-02-09 16:33:06 +01:00 |
|
Jan Jakes
|
9f790efbf0
|
Move plugin files to a subfolder
[MAILPOET-3988]
|
2022-01-18 15:30:22 +01:00 |
|