aboutsummaryrefslogtreecommitdiffstats
path: root/tests/startsessionlistener.php
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Require PHPUnit 6.5 or higherJoas Schilling2018-01-241-30/+10
* Make compatible with PHPUnit 5.1Lukas Reschke2015-12-101-0/+3
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-2/+2
* 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 aft...Thomas Müller2014-03-171-5/+6
* move session reset to endTest() - necessary because we need a valid session i...Thomas Müller2014-03-141-4/+2
* adding StartSessionListener which initializes the session before each test ca...Thomas Müller2014-03-131-0/+45