Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strip directory from scriptName | Lukas Reschke | 2015-10-12 | 1 | -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 windows | Joas Schilling | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Fix test case for api response code | tomneedham | 2014-04-03 | 1 | -1/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -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 messages | Bjoern Schiessle | 2014-01-14 | 1 | -11/+24 |
| | |||||
* | make use of data providers | Thomas Müller | 2013-11-14 | 1 | -111/+80 |
| | |||||
* | Fix type in unit test | tomneedham | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | Add tests for OC_API::mergeResponses() | tomneedham | 2013-11-14 | 1 | -0/+159 |