Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -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 Fischer | 2014-04-24 | 1 | -0/+3 |
| | |||||
* | introduce reopen() method to be used for unit test execution only - right ↵ | Thomas Müller | 2014-03-17 | 1 | -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üller | 2014-03-14 | 1 | -4/+2 |
| | | | | in the next unit tests setUp() call | ||||
* | adding StartSessionListener which initializes the session before each test ↵ | Thomas Müller | 2014-03-13 | 1 | -0/+45 |
case execution |