This moves the session classes from core into a dedicated namespace 'Sphere'.
Additionally some unit test dependencies on runkit got fixed and a missing one for Session->start() added.
This depends on http://reviews.lunr.nl/r/51/
Unit tests
Loading file attachments...
0
0
0
1
1
Description
From
Last Updated
There are 2 files that are not included in the phpunit src/LunrSphere/Tests/DatabaseSessionHandlerTest.php src/Lunr/Sphere/Tests/SessionTest.php
This moves the session classes from core into a dedicated namespace 'Sphere'.
Additionally some unit test dependencies on runkit got fixed and a missing one for Session->start() added.
+
+
This depends on http://reviews.lunr.nl/r/51/
Review request changed
Change Summary:
Reverted the name change of the DatabaseSessionHandler class. That was the wrong class being renamed. The correct one would be SessionDAO, but that's a bit more complicated so it will come as a separate review.