Skip to content

Commit 7088ce7

Browse files
committed
MAGETWO-96010: [2.2] Restricted admin still able to send order comment email modifying POST request
- Unit test fix
1 parent 285c6f4 commit 7088ce7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/AddCommentTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Sales\Test\Unit\Controller\Adminhtml\Order;
79

810
/**
911
* Test for AddComment.
10-
*
1112
*/
1213
class AddCommentTest extends \PHPUnit\Framework\TestCase
1314
{

0 commit comments

Comments
 (0)