Rostislav Wolny
49ca792fc2
Use font family from Woo Customizer in Woo email styles
...
Woo has a stylesheet that is later inlined into the email content by Emogrifier.
In this commit I replace all font family declarations by the font family set
in the Woo customizer.
[MAILPOET-4180]
2024-07-29 14:41:43 +02:00
Rostislav Wolny
c2c9429706
Fix TransactionalEmailHooksTest failing on MySQL 8
...
[MAILPOET-5886]
2024-02-05 15:24:26 +01:00
Rodrigo Primo
65e4fe3b9f
Replace expect()->callable() with verify()->isCallable()
...
codeception/verify 2.1 removed support for expect()->callable() so we need
to replace it with verify()->isCallable().
[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
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
Rodrigo Primo
9e71217acc
Remove remaining uses of Newsletter model from TransactionalEmailHooksTest
...
[MAILPOET-5361]
2023-05-30 11:16:46 -05:00
Jan Jakes
c1babe49db
Remove more no longer necessary test cleanups
...
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
Jan Jakes
82aeb89854
Use strict types in tests
...
[MAILPOET-2688]
2022-11-29 15:04:09 +01:00
David Remer
08c76a46af
Fix Squiz.Classes.ClassFileName.NoMatch and related errors
...
[MAILPOET-4850]
2022-11-28 22:54:13 +03: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
Sam Najian
3bbb662857
Add a workaround for NewsletterEntity::__clone when testing
...
Because implements NewsletterEntity::__clone and resets `id`
the test was failing after switching from Newsletter model
to NewsletterEntity and this override helps to mitigate the issue
[MAILPOET-4360]
2022-07-14 13:13:47 +02:00
Sam Najian
b84d1d1af8
Update TransactionalEmailHooks to work with NewsletterEntity
...
[MAILPOET-4360]
2022-07-14 13:13:47 +02:00
Jan Jakes
9f790efbf0
Move plugin files to a subfolder
...
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00