There was an error while loading. Please reload this page.
1 parent 6105838 commit 4de930bCopy full SHA for 4de930b
src/Symfony/Component/HttpFoundation/SessionStorage/FilesystemSessionStorage.php
@@ -12,7 +12,10 @@
12
namespace Symfony\Component\HttpFoundation\SessionStorage;
13
14
/**
15
- * FilesystemSessionStorage.
+ * FilesystemSessionStorage simulates sessions for functional tests.
16
+ *
17
+ * This storage does not start the session (session_start())
18
+ * as it is not "available" when running tests on the command line.
19
*
20
* @author Fabien Potencier <fabien@symfony.com>
21
*/
0 commit comments