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 a0a12f1 commit 9d8e69bCopy full SHA for 9d8e69b
lib/internal/Magento/Framework/Session/Test/Unit/SessionManagerTest.php
@@ -83,7 +83,6 @@ public function testSessionManagerConstructor()
83
self::$isIniSetInvoked = false;
84
$this->objectManager->getObject(\Magento\Framework\Session\SessionManager::class);
85
$this->assertTrue(SessionManagerTest::$isIniSetInvoked);
86
- $this->assertTrue($mockPHPFunctions);
87
}
88
89
protected function tearDown()
0 commit comments