Skip to content

Commit 42553db

Browse files
committed
MAGETWO-97195: Automate with Integration test Confirmation email should be delivered to the customer when address contains '+' symbol
1 parent d764163 commit 42553db

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

dev/tests/integration/testsuite/Magento/Customer/Controller/AccountTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@
1919
use Magento\Framework\App\Http;
2020
use Magento\Framework\Data\Form\FormKey;
2121
use Magento\Framework\Message\MessageInterface;
22-
use Magento\Store\Model\ScopeInterface;
2322
use Magento\TestFramework\Helper\Bootstrap;
2423
use Magento\TestFramework\Request;
2524
use Magento\TestFramework\Response;
2625
use Magento\TestFramework\Mail\Template\TransportBuilderMock;
27-
use Magento\Framework\App\Config\MutableScopeConfigInterface;
2826
use Magento\Framework\Serialize\Serializer\Json;
2927
use Magento\Framework\Stdlib\CookieManagerInterface;
3028
use Magento\Theme\Controller\Result\MessagePlugin;
@@ -35,11 +33,6 @@
3533
*/
3634
class AccountTest extends \Magento\TestFramework\TestCase\AbstractController
3735
{
38-
/**
39-
* @var MutableScopeConfigInterface
40-
*/
41-
private $mutableScopeConfig;
42-
4336
/**
4437
* @var TransportBuilderMock
4538
*/
@@ -48,7 +41,6 @@ class AccountTest extends \Magento\TestFramework\TestCase\AbstractController
4841
protected function setUp()
4942
{
5043
parent::setUp();
51-
$this->mutableScopeConfig = $this->_objectManager->get(MutableScopeConfigInterface::class);
5244
$this->transportBuilderMock = $this->_objectManager->get(TransportBuilderMock::class);
5345
}
5446

0 commit comments

Comments
 (0)