Skip to content

Commit 32f2813

Browse files
committed
#18541: Fixed static tests
1 parent 415288f commit 32f2813

File tree

1 file changed

+5
-0
lines changed
  • lib/internal/Magento/Framework/View/Test/Unit/Layout/Argument/Interpreter

1 file changed

+5
-0
lines changed

lib/internal/Magento/Framework/View/Test/Unit/Layout/Argument/Interpreter/ObjectTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Framework\View\Test\Unit\Layout\Argument\Interpreter;
79

810
use Magento\Framework\View\Layout\Argument\Interpreter\DataObject;
911

12+
/**
13+
* Tests layout argument interpreter data object.
14+
*/
1015
class ObjectTest extends \PHPUnit\Framework\TestCase
1116
{
1217
const EXPECTED_CLASS = \Magento\Framework\View\Test\Unit\Layout\Argument\Interpreter\ObjectTest::class;

0 commit comments

Comments
 (0)