|
6af7711e3a
|
Update schema version in the core integration
[MAILPOET-6105]
|
2024-09-24 12:07:24 +02:00 |
|
|
3b81924625
|
Reintroduce support for default font sizes
[MAILPOET-6015]
|
2024-09-24 12:07:24 +02:00 |
|
|
a4e063f8fc
|
Improve annotation in EmailEditor\Container
[MAILPOET-6216]
|
2024-09-23 15:16:59 +02:00 |
|
|
7a793f11f1
|
Remove redundant methods from email editor IntegrationTester
[MAILPOET-6216]
|
2024-09-23 15:16:59 +02:00 |
|
|
8dc9c28fdf
|
Fix namespace in integration tests
This commit also removed the redundant directory EmailEditor from integration tests directory.
[MAILPOET-6216]
|
2024-09-23 15:16:59 +02:00 |
|
|
99a6541ffb
|
Fix namespace in unit tests
[MAILPOET-6216]
|
2024-09-23 15:16:59 +02:00 |
|
|
246a10f058
|
Copy Validator to email-editor package
Because the email-editor package should be independent. We copy Validator to the package, at least for now.
[MAILPOET-6216]
|
2024-09-23 15:16:59 +02:00 |
|
|
b2e8a9c82b
|
Remove usage of constant from NewsletterEntity
[MAILPOET-6216]
|
2024-09-23 15:16:59 +02:00 |
|
|
45a8233a1e
|
Copy CdnAssetUrl to email-editor package
For independence of the email-editor package, I copied the class to the package.
[MAILPOET-6216]
|
2024-09-23 15:16:59 +02:00 |
|
|
4424a33624
|
Add Container class
This class is used as DI Container for easier injecting classes in integration tests.
It can be also reused during a standalone usage.
[MAILPOET-6216]
|
2024-09-23 15:16:59 +02:00 |
|
|
1af3c09422
|
Bootstrap email-editor integration tests
I tried to minimize the code repetition.
[MAILPOET-6216]
|
2024-09-23 15:16:59 +02:00 |
|
|
d38e6bb1b9
|
Bootstrap email-editor unit tests
I also replaced using verify function by asserts, which will be removed in the higher version of phpunit.
[MAILPOET-6216]
|
2024-09-23 15:16:59 +02:00 |
|
|
98712db36d
|
Add composer files for email-editor package
[MAILPOET-6216]
|
2024-09-23 15:16:59 +02:00 |
|
|
d0c1ad4aba
|
Move email editor integration tests
[MAILPOET-6216]
|
2024-09-23 15:16:59 +02:00 |
|
|
0860f7c45f
|
Move email editor unit tests
[MAILPOET-6216]
|
2024-09-23 15:16:59 +02:00 |
|
|
ea71b6c967
|
Move EmailEditor PHP files into a packages directory
[MAILPOET-6216]
|
2024-09-23 15:16:59 +02:00 |
|