File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Persistent Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public function __construct(
87
87
public function emulateWelcomeBlock ($ block )
88
88
{
89
89
$ customerName = $ this ->_customerViewHelper ->getCustomerName (
90
- $ this ->customerRepository ->getById ($ this ->_persistentSession ->getSession ()->getCustomerId ())
90
+ $ this ->customerRepository ->getById ($ this ->_persistentSession ->getSession ()->getCustomerId ())
91
91
);
92
92
93
93
$ this ->_applyAccountLinksPersistentData ();
Original file line number Diff line number Diff line change 8
8
9
9
use Magento \Framework \TestFramework \Unit \Helper \ObjectManager as ObjectManagerHelper ;
10
10
11
- class ObserverTest extends \PHPUnit_Framework_TestCase
11
+ class ObserverTest extends \PHPUnit \ Framework \TestCase
12
12
{
13
13
/**
14
14
* @var \Magento\Persistent\Model\Observer
You can’t perform that action at this time.
0 commit comments