aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/routing/RoutingTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-283/+0
| | | | | | | | | | | | | | | | | | | | * 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
* Fix namespaces in AppFramework testsJoas Schilling2016-05-181-1/+3
|
* Fix inconsistent nameing of AppFrameworkRoeland Jago Douma2016-04-221-2/+0
|
* fix testsRobin Appelman2015-11-271-3/+3
|
* add test for factoriesBernhard Posselt2015-07-251-11/+19
| | | | | | | | | | use ref for factory test use a factory for registerAlias Ensure we construct SimpleContainer Use single instance of DIContainer in routing tests
* Merge pull request #12294 from owncloud/route-postfixThomas Müller2014-11-241-1/+14
|\ | | | | Add route postfix to allow url versioning when only the http method changed
| * add postfixBernhard Posselt2014-11-191-1/+14
| | | | | | | | add postfix
* | Make remaining files extend the test baseJoas Schilling2014-11-191-1/+1
|/
* Allow default values for route parameters.Patrick Paysant2014-09-091-4/+22
|
* use id instead of resourceIdBernhard Posselt2014-06-261-2/+2
|
* dont strip the s from the resourceBernhard Posselt2014-06-261-4/+4
|
* add requirements to routingBernhard Posselt2014-04-091-4/+22
|
* Merge branch 'master' into type-hintingBart Visscher2014-03-311-4/+4
|\ | | | | | | | | | | | | | | | | Conflicts: lib/private/image.php lib/private/l10n.php lib/private/request.php lib/private/share/mailnotifications.php lib/private/template/base.php
| * Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-101-4/+4
| |
* | More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher2014-02-281-3/+3
|/
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+13
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* kill superfluent classloader from tests - this approach might be of interest ↵Thomas Müller2013-08-211-1/+0
| | | | within the apps
* initial import of appframeworkThomas Müller2013-08-171-0/+214