Hi!
> I'm having a hard time fixing Symfony's tests suite to 7.2 because of the
> added warnings+ini_set-rejections in the Session module.
>
> Testing the session on the CLI is not possible anymore without starting one
> PHP process per test case. Why not, you may say.
That doesn't sound good, d
Den 2017-10-09 kl. 13:20, skrev Nicolas Grekas:
Hello,
I'm having a hard time fixing Symfony's tests suite to 7.2 because of the
added warnings+ini_set-rejections in the Session module.
Testing the session on the CLI is not possible anymore without starting one
PHP process per test case. Why no
>
> I'm having a hard time fixing Symfony's tests suite to 7.2 because of the
> added warnings+ini_set-rejections in the Session module.
>
> Testing the session on the CLI is not possible anymore without starting one
> PHP process per test case. Why not, you may say.
>
> BUT, this also means that t
Hey Nicolas,
Please could you open a bug with a reproduce case of what worked
before, and what doesn't work now, so that it is clear what the change
was.
I wasn't aware that there was a change that would make the session
handler that much harder to use outside of the single
requests/response envi
Hello,
I'm having a hard time fixing Symfony's tests suite to 7.2 because of the
added warnings+ini_set-rejections in the Session module.
Testing the session on the CLI is not possible anymore without starting one
PHP process per test case. Why not, you may say.
BUT, this also means that the ses