My functional tests are currently failing because of
[PHPUnit_Framework_Exception] Possible problem: you are starting session while already having some data in output buffer. This may not work if the outputted data grows. Try starting the session earlier.
Setting autoStart to true didn't help either because it's ignored in CLI mode. Why is it ignored and how should I fix my tests then?
https://travis-ci.org/Arachne/Forms/builds/125263850
Tried it on localhost as well with the same result.
My functional tests are currently failing because of
Setting autoStart to true didn't help either because it's ignored in CLI mode. Why is it ignored and how should I fix my tests then?
https://travis-ci.org/Arachne/Forms/builds/125263850
Tried it on localhost as well with the same result.