Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 3 | -3/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Keep the old method as a fallback and adjust the tests | Joas Schilling | 2019-07-16 | 5 | -423/+196 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add strict type on Notifications tests | John Molakvoæ (skjnldsv) | 2019-06-13 | 1 | -7/+42 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix "Undefined method setExpectedException()" | Joas Schilling | 2018-01-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 1 | -25/+28 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use a php class for the definitions to avoid loading problems | Joas Schilling | 2016-11-09 | 1 | -1/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow rich object subjects for Notifications | Joas Schilling | 2016-10-20 | 1 | -29/+21 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add an icon to the notification API | Joas Schilling | 2016-10-07 | 1 | -0/+28 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make sure the primary action is always the first one | Joas Schilling | 2016-08-15 | 1 | -0/+29 |
| | |||||
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 3 | -0/+1280 |
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader |