瀏覽代碼

[HttpFoundation] added some phpdoc

Fabien Potencier 14 年之前
父節點
當前提交
4de930b000
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/Symfony/Component/HttpFoundation/SessionStorage/FilesystemSessionStorage.php

+ 4 - 1
src/Symfony/Component/HttpFoundation/SessionStorage/FilesystemSessionStorage.php

@@ -12,7 +12,10 @@
 namespace Symfony\Component\HttpFoundation\SessionStorage;
 
 /**
- * FilesystemSessionStorage.
+ * FilesystemSessionStorage simulates sessions for functional tests.
+ *
+ * This storage does not start the session (session_start())
+ * as it is not "available" when running tests on the command line.
  *
  * @author Fabien Potencier <fabien@symfony.com>
  */