Skip to content

Commit fa6a944

Browse files
committed
AC-2461: Implement email and newsletter template compatibility CLI check
1 parent d22010a commit fa6a944

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
7+
declare(strict_types=1);
8+
9+
namespace Magento\Email\Test\Unit\Model\Template;
10+
11+
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
12+
use PHPUnit\Framework\TestCase;
13+
14+
class VariableCompatibilityCheckerTest extends TestCase
15+
{
16+
public function testCompatibilityCheck()
17+
{
18+
$checker = new
19+
}
20+
}

dev/tests/integration/testsuite/Magento/Email/Model/_files/variables_template.html

Whitespace-only changes.

0 commit comments

Comments
 (0)