File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
dev/tests/integration/testsuite/Magento/Framework/Session Expand file tree Collapse file tree 1 file changed +5
-3
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 2012 Adobe
4+ * All rights reserved .
55 */
66// @codingStandardsIgnoreStart
77namespace {
@@ -295,7 +295,9 @@ public function testConstructor(string $saveMethod): void
295295 $ mockPHPFunctions = true ;
296296
297297 if ($ this ->isComposerBaseInstallation ()) {
298- $ this ->markTestSkipped ('Skipping: In Composer-based installations, the php_ini global method does not invoke the session value. ' );
298+ $ this ->markTestSkipped (
299+ 'Skipping: In Composer-based installations, the php_ini global method does not invoke the session value. '
300+ );
299301 }
300302
301303 $ deploymentConfigMock = $ this ->createMock (DeploymentConfig::class);
You can’t perform that action at this time.
0 commit comments