summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/externalstorage.php
Commit message (Collapse)AuthorAgeFilesLines
* Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-1/+1
|
* remove unnecessary require calls - the ownCloud class loader is supposed to ↵Thomas Müller2014-10-301-2/+0
| | | | take care of this
* fix testRobin Appelman2014-08-311-1/+3
|
* Fix unit testRobin Appelman2014-07-021-0/+1
|
* remove pointless require - we should kill all require_once like that in our ↵Thomas Müller2014-06-271-2/+0
| | | | tests
* Fix parsing of remote URL when mounting remote sharesVincent Petry2014-06-251-0/+91
This fix allows for having the remote ownCloud instance live in a subpath like "http://example.com/basedir/subdir/owncloud". Such URLs are now parsed correctly. Added unit test for URL parsing.