Skip to content

Commit 6f9b9ce

Browse files
committed
MAGETWO-52117: Customer group is not changed for logged in customer
1 parent 0c9fafb commit 6f9b9ce

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/Customer/Test/Unit/Controller/Account/UpdateSessionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class UpdateSessionTest extends \PHPUnit_Framework_TestCase
4444
*/
4545
protected $jsonHelper;
4646

47-
4847
protected function setUp()
4948
{
5049
$this->context = $this->getMockBuilder('Magento\Framework\App\Action\Context')

app/code/Magento/Customer/Test/Unit/Model/Customer/NotificationStorageTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ protected function setUp()
3636
$this->model = new NotificationStorage($this->cache);
3737
}
3838

39-
4039
public function testAdd()
4140
{
4241
$customerId = 1;

0 commit comments

Comments
 (0)