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 0464b72 commit 219d7d7Copy full SHA for 219d7d7
dev/tests/integration/testsuite/Magento/Framework/Session/ConfigTest.php
@@ -67,8 +67,11 @@ public function testDefaultConfiguration()
67
$filesystem = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->get(
68
'Magento\Framework\Filesystem'
69
);
70
+ $path = ini_get('session.save_path') ?:
71
+ $filesystem->getDirectoryRead(DirectoryList::SESSION)->getAbsolutePath();
72
+
73
$this->assertEquals(
- $filesystem->getDirectoryRead(DirectoryList::SESSION)->getAbsolutePath(),
74
+ $path,
75
$this->_model->getSavePath()
76
77
0 commit comments