summaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/AppTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsRoeland Jago Douma2018-11-021-10/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* No body or content-length for 204 and 304 responsesRoeland Jago Douma2016-08-311-1/+28
| | | | See: https://tools.ietf.org/html/rfc7230#section-3.3
* Hanlde Core and Settings app in AppFrameworkRoeland Jago Douma2016-08-081-0/+51
| | | | | | 'core' and 'settings' are just apps but we treat them slightly different. Make sure that we construct the correct namespace so we can actually do automatic AppFramework stuff.
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+165
* 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