aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/node/integration.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix namespaces and class names in tests/lib/files/Joas Schilling2016-05-191-125/+0
|
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+7
|
* Move dummy backend to Tests namespaceLukas Reschke2015-09-221-1/+1
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* upda testsRobin Appelman2015-04-131-6/+1
|
* Replace originalStorage in tests with a proper teardownVincent Petry2015-04-081-9/+3
| | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected.
* Add unit testRobin Appelman2015-01-281-1/+3
|
* Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-031-1/+1
|
* Use base class to reset the file mapperJoas Schilling2014-11-191-2/+1
|
* Correctly restore previous root mount point after testingJoas Schilling2014-11-171-2/+12
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-3/+0
| | | | | | | | | | | 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
* - giving the user a new id for each test run in order to prevent reuse of ↵Thomas Müller2013-09-131-1/+2
| | | | | | e.g. permissions data in the database - setting the current user id because \OC\FilesView relies on \OC_User::getUser()
* adjust test cases to namespace changesRobin Appelman2013-09-101-2/+2
|
* Provide an implementation of the fileapi for oc6 build on top of the old apiRobin Appelman2013-09-011-0/+121