diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-25 16:58:54 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-30 10:55:10 +0100 |
commit | f9fc2546724e94d0cf1eb06baa784f9e79816617 (patch) | |
tree | 7963f9ff055a2de0d76afc1ab70dfd9bf8acfa9e /apps/files_external/tests | |
parent | 26d758f0b1a8ea930511c31456b09f662230842a (diff) | |
download | nextcloud-server-f9fc2546724e94d0cf1eb06baa784f9e79816617.tar.gz nextcloud-server-f9fc2546724e94d0cf1eb06baa784f9e79816617.zip |
Add DB group to some files_external tests
Adding group Db to federation tests and ldap tests
Add group DB to Test_UrlGenerator
Adding group DB to trashbin and versions tests
Adding group DB to Test_Util_CheckServer for pg
Diffstat (limited to 'apps/files_external/tests')
-rw-r--r-- | apps/files_external/tests/amazons3migration.php | 7 | ||||
-rw-r--r-- | apps/files_external/tests/etagpropagator.php | 7 | ||||
-rw-r--r-- | apps/files_external/tests/owncloudfunctions.php | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/apps/files_external/tests/amazons3migration.php b/apps/files_external/tests/amazons3migration.php index 3eba5bca644..33fb6119a92 100644 --- a/apps/files_external/tests/amazons3migration.php +++ b/apps/files_external/tests/amazons3migration.php @@ -25,6 +25,13 @@ namespace Test\Files\Storage; +/** + * Class AmazonS3Migration + * + * @group DB + * + * @package Test\Files\Storage + */ class AmazonS3Migration extends \Test\TestCase { /** diff --git a/apps/files_external/tests/etagpropagator.php b/apps/files_external/tests/etagpropagator.php index d45982cb40c..ff3c63add20 100644 --- a/apps/files_external/tests/etagpropagator.php +++ b/apps/files_external/tests/etagpropagator.php @@ -26,6 +26,13 @@ namespace Tests\Files_External; use OC\Files\Filesystem; use OC\User\User; +/** + * Class EtagPropagator + * + * @group DB + * + * @package Tests\Files_External + */ class EtagPropagator extends \Test\TestCase { protected function getUser() { return new User($this->getUniqueID(), null); diff --git a/apps/files_external/tests/owncloudfunctions.php b/apps/files_external/tests/owncloudfunctions.php index 4cfe83db950..887dd91539b 100644 --- a/apps/files_external/tests/owncloudfunctions.php +++ b/apps/files_external/tests/owncloudfunctions.php @@ -24,6 +24,13 @@ namespace Test\Files\Storage; +/** + * Class OwnCloudFunctions + * + * @group DB + * + * @package Test\Files\Storage + */ class OwnCloudFunctions extends \Test\TestCase { function configUrlProvider() { |