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 9bbf81f commit 75825dcCopy full SHA for 75825dc
dev/tests/integration/testsuite/Magento/Catalog/Observer/Compare/BindCustomerLoginObserverTest.php
@@ -50,6 +50,17 @@ protected function setUp(): void
50
$this->listCompareFactory = $this->objectManager->get(ListCompareFactory::class);
51
}
52
53
+ /**
54
+ * @inheritdoc
55
+ */
56
+ protected function tearDown(): void
57
+ {
58
+ $this->session->logout();
59
+ $this->visitor->setId(null);
60
+
61
+ parent::tearDown();
62
+ }
63
64
/**
65
* @magentoDataFixture Magento/Catalog/_files/visitor_compare_list.php
66
* @magentoDataFixture Magento/Customer/_files/customer.php
0 commit comments