We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a239935 commit 58cb13cCopy full SHA for 58cb13c
lib/internal/Magento/Framework/Session/Test/Unit/SessionManagerTest.php
@@ -77,9 +77,11 @@ protected function setUp()
77
78
public function testSessionManagerConstructor()
79
{
80
+ global $mockPHPFunctions;
81
self::$isIniSetInvoked = false;
82
$this->objectManager->getObject(\Magento\Framework\Session\SessionManager::class);
83
$this->assertTrue(SessionManagerTest::$isIniSetInvoked);
84
+ $this->assertTrue($mockPHPFunctions);
85
}
86
87
protected function tearDown()
0 commit comments