summaryrefslogtreecommitdiffstats
path: root/tests/lib/api.php
Commit message (Collapse)AuthorAgeFilesLines
* Strip directory from scriptNameLukas Reschke2015-10-121-0/+44
| | | | `\OCP\IRequest::getScriptName` will also return the directory, so if ownCloud is installed in a subfolder such as `owncloud/` it will resolve to `/owncloud/ocs/v2.php`. This made this check fail and also made it return invalid status codes.
* Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-031-1/+1
|
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-1/+1
|
* Fix test case for api response codetomneedham2014-04-031-1/+1
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+8
| | | | | | | | | | | 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
* extended test to also check the status messagesBjoern Schiessle2014-01-141-11/+24
|
* make use of data providersThomas Müller2013-11-141-111/+80
|
* Fix type in unit testtomneedham2013-11-141-1/+1
|
* Add tests for OC_API::mergeResponses()tomneedham2013-11-141-0/+159