Skip to content

Commit 047ea14

Browse files
committed
LYNX-232: Fix integration tests
1 parent e5958b1 commit 047ea14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dev/tests/integration/testsuite/Magento/Customer/Model/SessionTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Magento\Framework\App\PageCache\FormKey;
99
use Magento\Framework\App\Response\Http as HttpResponse;
1010
use Magento\Framework\App\ResponseInterface;
11-
use Magento\Framework\Exception\NoSuchEntityException;
1211
use Magento\Framework\Session\SidResolverInterface;
1312
use Magento\Framework\Stdlib\Cookie\CookieMetadataFactory;
1413
use Magento\Framework\Stdlib\Cookie\PublicCookieMetadata;
@@ -33,6 +32,11 @@ class SessionTest extends \PHPUnit\Framework\TestCase
3332
/** @var PublicCookieMetadata $cookieMetadata */
3433
protected $cookieMetadata;
3534

35+
/**
36+
* @var HttpResponse
37+
*/
38+
private $response;
39+
3640
protected function setUp(): void
3741
{
3842
$this->_customerSession = Bootstrap::getObjectManager()->create(

0 commit comments

Comments
 (0)