aboutsummaryrefslogtreecommitdiffstats
path: root/tests/startsessionlistener.php
Commit message (Collapse)AuthorAgeFilesLines
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-2/+2
| | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used
* Make PHPUnit_Framework_TestListener implementations compatible to 4.0.Andreas Fischer2014-04-241-0/+3
|
* introduce reopen() method to be used for unit test execution only - right ↵Thomas Müller2014-03-171-5/+6
| | | | after a unit test has been executed the session will be reopened
* move session reset to endTest() - necessary because we need a valid session ↵Thomas Müller2014-03-141-4/+2
| | | | in the next unit tests setUp() call
* adding StartSessionListener which initializes the session before each test ↵Thomas Müller2014-03-131-0/+45
case execution