Преглед на файлове

[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>
  */