Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6389216

Browse files
committed
Fixed functional testing description
1 parent fa6a03a commit 6389216

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
/**
1515
* MockFileSessionStorage is used to mock sessions for
16-
* functional testing when done in a single PHP process.
16+
* functional testing where you may need to persist session data
17+
* across separate PHP processes.
1718
*
1819
* No PHP session is actually started since a session can be initialized
1920
* and shutdown only once per PHP execution cycle and this class does

0 commit comments

Comments
 (0)