Skip to content
Snippets Groups Projects
Commit 3d57de07 authored by Andriy Nasinnyk's avatar Andriy Nasinnyk
Browse files

Merge remote-tracking branch 'origin/MAGETWO-36587' into BUGS

parents 852eeb95 9f2baf3e
No related merge requests found
......@@ -171,7 +171,7 @@ class PersonalInfoTest extends \PHPUnit_Framework_TestCase
'customer/online_customers/online_minutes_interval',
\Magento\Store\Model\ScopeInterface::SCOPE_STORE
)
->willReturn(60); //TODO: it's value mocked because unit tests run data providers before all testsuite
->willReturn(240); //TODO: it's value mocked because unit tests run data providers before all testsuite
$this->customerLog->expects($this->any())->method('getLastLoginAt')->willReturn($lastLoginAt);
$this->customerLog->expects($this->any())->method('getLastVisitAt')->willReturn($lastVisitAt);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment