Skip to content

Commit 85946ab

Browse files
author
Igor Melnikov
committed
Merge remote-tracking branch 'origin/MAGETWO-52923-Varnish-ssl' into pr
2 parents b47fb9a + c0db1c2 commit 85946ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/App/Test/Unit/Config/ScopePoolTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ protected function setUp()
6868
'setParams',
6969
'getCookie',
7070
'isSecure',
71-
'getServer'
71+
'getServer',
72+
'getHttpHost'
7273
]
7374
)->getMock();
7475
$reflection = new \ReflectionClass(get_class($this->_object));

0 commit comments

Comments
 (0)