We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8202339 commit 27782a7Copy full SHA for 27782a7
Session/Storage/MockFileSessionStorage.php
@@ -13,7 +13,8 @@
13
14
/**
15
* MockFileSessionStorage is used to mock sessions for
16
- * functional testing when done in a single PHP process.
+ * functional testing where you may need to persist session data
17
+ * across separate PHP processes.
18
*
19
* No PHP session is actually started since a session can be initialized
20
* and shutdown only once per PHP execution cycle and this class does
0 commit comments