Move inlined form styles to form styles in style element
[MAILPOET-2811]
This commit is contained in:
committed by
Veljko V
parent
2eabab4150
commit
63a972db4a
@@ -38,7 +38,6 @@ class DisplayFormInWPContentTest extends \MailPoetUnitTest {
|
||||
$this->renderer = $this->createMock(Renderer::class);
|
||||
$this->renderer->expects($this->any())->method('renderStyles')->willReturn('<style></style>');
|
||||
$this->renderer->expects($this->any())->method('renderHTML')->willReturn('<form></form>');
|
||||
$this->renderer->expects($this->any())->method('renderFormElementStyles')->willReturn('');
|
||||
$this->hook = new DisplayFormInWPContent($this->wp, $this->repository, $this->renderer, $this->assetsController, $this->templateRenderer);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user