Skip to content

Commit 9960568

Browse files
committed
ACP2E-3424: fix static error
1 parent 4ed6256 commit 9960568

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/code/Magento/PageBuilder/Test/Unit/Model/TemplateRepositoryTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
use PHPUnit\Framework\MockObject\MockObject;
2626
use PHPUnit\Framework\TestCase;
2727

28+
/**
29+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
30+
*/
2831
class TemplateRepositoryTest extends TestCase
2932
{
3033
/**

app/code/Magento/PageBuilder/i18n/en_US.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,3 +322,4 @@ OK,OK
322322
"There is no content able to be saved within Page Builder.","There is no content able to be saved within Page Builder."
323323
"Save Content as Template","Save Content as Template"
324324
"Template Name","Template Name"
325+
"Could not delete the Template: %1","Could not delete the Template: %1"

0 commit comments

Comments
 (0)