summaryrefslogtreecommitdiffstats
path: root/tests/lib/Notification
Commit message (Collapse)AuthorAgeFilesLines
* Use a php class for the definitions to avoid loading problemsJoas Schilling2016-11-091-1/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow rich object subjects for NotificationsJoas Schilling2016-10-201-29/+21
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an icon to the notification APIJoas Schilling2016-10-071-0/+28
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make sure the primary action is always the first oneJoas Schilling2016-08-151-0/+29
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-203-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