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 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2012 Adobe
4
+ * All rights reserved .
5
5
*/
6
6
// @codingStandardsIgnoreStart
7
7
namespace {
@@ -295,7 +295,9 @@ public function testConstructor(string $saveMethod): void
295
295
$ mockPHPFunctions = true ;
296
296
297
297
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
+ );
299
301
}
300
302
301
303
$ deploymentConfigMock = $ this ->createMock (DeploymentConfig::class);
You can’t perform that action at this time.
0 commit comments