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 04ec5ed commit dc27742Copy full SHA for dc27742
dev/tests/integration/testsuite/Magento/SendFriend/Model/SendFriendTest.php
@@ -7,13 +7,13 @@
7
8
namespace Magento\SendFriend\Model;
9
10
-use Laminas\Stdlib\Parameters;
11
use Magento\Framework\App\RequestInterface;
12
use Magento\Framework\ObjectManagerInterface;
13
use Magento\Framework\Stdlib\CookieManagerInterface;
14
use Magento\SendFriend\Helper\Data as SendFriendHelper;
15
use Magento\TestFramework\Helper\Bootstrap;
16
use PHPUnit\Framework\TestCase;
+use Zend\Stdlib\Parameters;
17
18
/**
19
* Class checks send friend model behavior
0 commit comments