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 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 */
66declare (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 ;
You can’t perform that action at this time.
0 commit comments