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 |
|
Rostislav Wolny
|
398a313d54
|
Pass styles controller into block renders
When rendering blocks, we need to access global styles settings.
This will be done via the StylesController
[MAILPOET-5540]
|
2023-09-21 14:20:35 +02:00 |
|
Rostislav Wolny
|
a1869249e0
|
Add code handling block rendering
The idea is that anyone can register specialized renderers for
blocks.
The render will skip unknown blocks.
[MAILPOET-5540]
|
2023-09-21 14:20:35 +02:00 |
|