Skip to content

Commit 58cb13c

Browse files
committed
MAGETWO-65236: Expiration date of PHPSESSID cookie is not updated
1 parent a239935 commit 58cb13c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/internal/Magento/Framework/Session/Test/Unit/SessionManagerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@ protected function setUp()
7777

7878
public function testSessionManagerConstructor()
7979
{
80+
global $mockPHPFunctions;
8081
self::$isIniSetInvoked = false;
8182
$this->objectManager->getObject(\Magento\Framework\Session\SessionManager::class);
8283
$this->assertTrue(SessionManagerTest::$isIniSetInvoked);
84+
$this->assertTrue($mockPHPFunctions);
8385
}
8486

8587
protected function tearDown()

0 commit comments

Comments
 (0)