Skip to content

Commit 2e0d635

Browse files
committed
#27500 PHPUnit9 for Weee module
1 parent 78ed6c7 commit 2e0d635

File tree

28 files changed

+555
-505
lines changed

28 files changed

+555
-505
lines changed

app/code/Magento/Weee/Test/Unit/App/Action/ContextPluginTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<?php declare(strict_types=1);
1+
<?php
22
/**
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
namespace Magento\Weee\Test\Unit\App\Action;
89

app/code/Magento/Weee/Test/Unit/Block/Element/Weee/TaxTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
<?php declare(strict_types=1);
1+
<?php
22
/**
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Weee\Test\Unit\Block\Element\Weee;
79

810
use Magento\Catalog\Block\Adminhtml\Product\Helper\Form\Weight;

0 commit comments

Comments
 (0)