aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Http/DispatcherTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix(controller): Fix false booleans in multipart/form-dataJoas Schilling2024-11-281-3/+38
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-10/+10
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-6/+6
* chore: Add SPDX headerAndy Scherzinger2024-05-131-18/+3
* fix(API): Use a distinct exception so apps can react to it and customize the ...Joas Schilling2023-11-281-1/+2
* enh(dispatcher): enforce psalm ranges in the http dispatcherArthur Schiwon2023-11-241-0/+47
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* feat(app framework)!: Inject services into controller methodsChristoph Wurst2023-01-181-10/+19
* fix(app framework): Fix missing cast of double controller parametersChristoph Wurst2022-12-151-7/+14
* Fix PHP 8.2 warnings about undeclared propertiesCôme Chilliet2022-06-211-0/+2
* Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling2022-03-221-36/+13
|\
| * Adjust and add unit testsJoas Schilling2022-02-231-36/+13
* | Fix testsJulius Härtl2022-02-281-7/+20
|/
* Fix DateTime constructor calls with nullCôme Chilliet2021-11-231-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-5/+5
* Fix testsJoas Schilling2020-10-021-9/+46
* Move the notmodified check to middleware where it belongsRoeland Jago Douma2020-05-131-9/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-9/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-4/+4
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-9/+9
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-15/+15
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-4/+2
* Fix testsRoeland Jago Douma2018-02-211-12/+16
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-1/+1
* Use ::class in test mocksMorris Jobke2017-10-241-6/+7
* Fix phpunit-5.4 wargningRoeland Jago Douma2016-07-111-15/+41
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+466