Skip to content

Commit 926a1b8

Browse files
committed
AC-14658::[Integration Tests] Composer Build Failure - 2.4.9-alpha1
1 parent 3888c94 commit 926a1b8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 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 2012 Adobe
4+
* All rights reserved.
55
*/
66
// @codingStandardsIgnoreStart
77
namespace {
@@ -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);

0 commit comments

Comments
 (0)