File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
dev/tests/integration/testsuite/Magento/Framework/Session Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2013 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
declare (strict_types=1 );
7
7
// @codingStandardsIgnoreStart
@@ -351,6 +351,7 @@ public function testConstructor(
351
351
\Magento \Framework \Session \Config::class,
352
352
['deploymentConfig ' => $ deploymentConfigMock ]
353
353
);
354
+ $ expectedSavePath = $ model ->getOption ('save_path ' ) ? $ expectedSavePath : null ;
354
355
$ this ->assertEquals ($ expectedSavePath , $ model ->getOption ('save_path ' ));
355
356
$ this ->assertEquals ($ expectedSaveHandler , $ model ->getOption ('session.save_handler ' ));
356
357
global $ mockPHPFunctions ;
You can’t perform that action at this time.
0 commit comments