Skip to content

Commit 9d8e69b

Browse files
committed
MAGETWO-65236: Expiration date of PHPSESSID cookie is not updated
1 parent a0a12f1 commit 9d8e69b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ public function testSessionManagerConstructor()
8383
self::$isIniSetInvoked = false;
8484
$this->objectManager->getObject(\Magento\Framework\Session\SessionManager::class);
8585
$this->assertTrue(SessionManagerTest::$isIniSetInvoked);
86-
$this->assertTrue($mockPHPFunctions);
8786
}
8887

8988
protected function tearDown()

0 commit comments

Comments
 (0)