summaryrefslogtreecommitdiffstats
path: root/tests/phpunit-autotest-external.xml
diff options
context:
space:
mode:
authorRobin McCorkell <robin@mccorkell.me.uk>2016-04-13 23:18:07 +0100
committerRobin McCorkell <robin@mccorkell.me.uk>2016-04-14 00:44:28 +0100
commit4717605d22f5f60e887b5584e8da25b8ef69cdf4 (patch)
tree8c8ff5df9adaf4701375ef3a8bc76f3e4aa04d0b /tests/phpunit-autotest-external.xml
parent3c0a1d4241c16c13b3fd93406402320284d153d9 (diff)
downloadnextcloud-server-4717605d22f5f60e887b5584e8da25b8ef69cdf4.tar.gz
nextcloud-server-4717605d22f5f60e887b5584e8da25b8ef69cdf4.zip
Fix storage backend class namespaces and move to subdir
All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar
Diffstat (limited to 'tests/phpunit-autotest-external.xml')
-rw-r--r--tests/phpunit-autotest-external.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit-autotest-external.xml b/tests/phpunit-autotest-external.xml
index 31d2e395a01..1b48c4dc11e 100644
--- a/tests/phpunit-autotest-external.xml
+++ b/tests/phpunit-autotest-external.xml
@@ -8,7 +8,7 @@
<testsuite name='ownCloud files external'>
<directory suffix=".php">../apps/files_external/tests</directory>
<!-- exclude backends as they are called separately -->
- <exclude>../apps/files_external/tests/backends/</exclude>
+ <exclude>../apps/files_external/tests/storage/</exclude>
</testsuite>
<!-- filters for code coverage -->
<filter>