Skip to content

Commit 9d5a37b

Browse files
committed
AC-14487: Fix Intigration test
1 parent 26961ff commit 9d5a37b

File tree

1 file changed

+3
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Framework/Session

1 file changed

+3
-2
lines changed

dev/tests/integration/testsuite/Magento/Framework/Session/ConfigTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2013 Adobe
4+
* All Rights Reserved.
55
*/
66
declare(strict_types=1);
77
// @codingStandardsIgnoreStart
@@ -351,6 +351,7 @@ public function testConstructor(
351351
\Magento\Framework\Session\Config::class,
352352
['deploymentConfig' => $deploymentConfigMock]
353353
);
354+
$expectedSavePath = $model->getOption('save_path') ? $expectedSavePath : null;
354355
$this->assertEquals($expectedSavePath, $model->getOption('save_path'));
355356
$this->assertEquals($expectedSaveHandler, $model->getOption('session.save_handler'));
356357
global $mockPHPFunctions;

0 commit comments

Comments
 (0)