Skip to content

Commit

Permalink
#18541: Fixed static tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaschenko committed Apr 8, 2019
1 parent 415288f commit 32f2813
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Magento\Framework\View\Test\Unit\Layout\Argument\Interpreter;

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

/**
* Tests layout argument interpreter data object.
*/
class ObjectTest extends \PHPUnit\Framework\TestCase
{
const EXPECTED_CLASS = \Magento\Framework\View\Test\Unit\Layout\Argument\Interpreter\ObjectTest::class;
Expand Down

0 comments on commit 32f2813

Please sign in to comment.