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

Skip to content

Commit c59a5fc

Browse files
minor #45203 [HttpFoundation] Fixed functional testing description in MockFileSessionStorage (michal)
This PR was merged into the 4.4 branch. Discussion ---------- [HttpFoundation] Fixed functional testing description in MockFileSessionStorage | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | no | License | MIT | Doc PR | no Hi guys! According to the "Testing with Sessions" documentation https://symfony.com/doc/4.4/components/http_foundation/session_testing.html#functional-testing There is the wrong description in the class: `src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php` Commits ------- 6389216 Fixed functional testing description
2 parents aba5490 + 6389216 commit c59a5fc

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)