summaryrefslogtreecommitdiffstats
path: root/tests/phpunit-autotest-external.xml
Commit message (Collapse)AuthorAgeFilesLines
* Adjust the phpunit configJoas Schilling2016-05-251-2/+2
|
* Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-141-1/+1
| | | | | All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar
* remove deprecated strict settingThomas Müller2015-12-091-1/+0
|
* Setup a docker container that holds a webdav instance to test files_externalMorris Jobke2014-12-171-0/+36
document docker parameter and use random host port fix typo copy autotest.sh to autotest-external.sh adds ability to add start* and stop* scripts in env in external tests run files_external WebDAV tests against ownCloud instance introduce executor number to be able to shut down the correct docker container fetch docker images in advance - this also fetches latest versions of the docker images add second argument to autotest-external.sh which can specify a single test to run print out the explicit test run change naming schema of files_external setup scripts