| Commit message (Expand) | Author | Age | Files | Lines |
* | whitelist audit.log | Arthur Schiwon | 2018-06-29 | 1 | -0/+1 |
* | Require PHPUnit 6.5 or higher | Joas Schilling | 2018-01-24 | 1 | -21/+3 |
* | Cleanup OC_User and OCP\User | Morris Jobke | 2018-01-16 | 1 | -1/+1 |
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 1 | -1/+1 |
* | split async test bus for easier subclassing | Robin Appelman | 2017-08-24 | 1 | -1/+3 |
* | Move OC_Defaults to OCP\Defaults | Morris Jobke | 2017-04-09 | 1 | -4/+8 |
* | Fix NODB tests etc | Roeland Jago Douma | 2017-03-21 | 1 | -4/+4 |
* | Revert "Add a magic wrapper to allow phpunit4 to run the code again " | Roeland Jago Douma | 2017-03-20 | 1 | -2/+5 |
* | Fix reporting of risky tests | Thomas Müller | 2016-12-22 | 1 | -1/+3 |
* | Add a magic wrapper from hell to allow phpunit4 to run the code again | Joas Schilling | 2016-11-15 | 1 | -5/+2 |
* | Introduce an event for first time login based on the last login time stamp | Thomas Müller | 2016-11-14 | 1 | -0/+4 |
* | Make sure the database is not replaced while we make a backup of the service | Joas Schilling | 2016-11-08 | 1 | -4/+4 |
* | Restore all services when a tests failed/finished for better testcase isolation | Joas Schilling | 2016-10-20 | 1 | -3/+26 |
* | Generate coverage for quick DB tests | Lukas Reschke | 2016-10-05 | 1 | -2/+4 |
* | Make tests work with 4.8 at least | Joas Schilling | 2016-09-13 | 1 | -0/+18 |
* | more efficient querying of numeric storage ids | Robin Appelman | 2016-09-07 | 1 | -0/+2 |
* | cache user folders | Robin Appelman | 2016-08-25 | 1 | -0/+1 |
* | Changed name of default logfile from owncloud.log to nextcloud.log. | Thomas Pulzer | 2016-07-04 | 1 | -1/+1 |
* | Fix TestCase::invokePrivate to work with static classes | Vincent Petry | 2016-06-01 | 1 | -1/+6 |
* | Create a Fallback in the old autoloader for PSR-4 Test\TestCase | Joas Schilling | 2016-05-19 | 1 | -0/+479 |