Skip to content

Commit 817896b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public function testConstructor(string $saveMethod): void
296296

297297
if ($this->isComposerBaseInstallation()) {
298298
$this->markTestSkipped(
299-
'Skipping: In Composer-based installations, the php_ini global method does not invoke the session value.'
299+
'Skipping: Composer-based installation, php_ini global method does not invoke the session value.'
300300
);
301301
}
302302

0 commit comments

Comments
 (0)