We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415288f commit 32f2813Copy full SHA for 32f2813
lib/internal/Magento/Framework/View/Test/Unit/Layout/Argument/Interpreter/ObjectTest.php
@@ -3,10 +3,15 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
+declare(strict_types=1);
7
+
8
namespace Magento\Framework\View\Test\Unit\Layout\Argument\Interpreter;
9
10
use Magento\Framework\View\Layout\Argument\Interpreter\DataObject;
11
12
+/**
13
+ * Tests layout argument interpreter data object.
14
+ */
15
class ObjectTest extends \PHPUnit\Framework\TestCase
16
{
17
const EXPECTED_CLASS = \Magento\Framework\View\Test\Unit\Layout\Argument\Interpreter\ObjectTest::class;
0 commit comments