File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
dev/tests/integration/testsuite/Magento/Customer/Model Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 8
8
use Magento \Framework \App \PageCache \FormKey ;
9
9
use Magento \Framework \App \Response \Http as HttpResponse ;
10
10
use Magento \Framework \App \ResponseInterface ;
11
- use Magento \Framework \Exception \NoSuchEntityException ;
12
11
use Magento \Framework \Session \SidResolverInterface ;
13
12
use Magento \Framework \Stdlib \Cookie \CookieMetadataFactory ;
14
13
use Magento \Framework \Stdlib \Cookie \PublicCookieMetadata ;
@@ -33,6 +32,11 @@ class SessionTest extends \PHPUnit\Framework\TestCase
33
32
/** @var PublicCookieMetadata $cookieMetadata */
34
33
protected $ cookieMetadata ;
35
34
35
+ /**
36
+ * @var HttpResponse
37
+ */
38
+ private $ response ;
39
+
36
40
protected function setUp (): void
37
41
{
38
42
$ this ->_customerSession = Bootstrap::getObjectManager ()->create (
You can’t perform that action at this time.
0 commit comments