aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-25 16:58:54 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-30 10:55:10 +0100
commitf9fc2546724e94d0cf1eb06baa784f9e79816617 (patch)
tree7963f9ff055a2de0d76afc1ab70dfd9bf8acfa9e /apps/files_versions/tests
parent26d758f0b1a8ea930511c31456b09f662230842a (diff)
downloadnextcloud-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_versions/tests')
-rw-r--r--apps/files_versions/tests/command/cleanuptest.php7
-rw-r--r--apps/files_versions/tests/command/expiretest.php7
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/files_versions/tests/command/cleanuptest.php b/apps/files_versions/tests/command/cleanuptest.php
index bfde25d75ce..141213774c0 100644
--- a/apps/files_versions/tests/command/cleanuptest.php
+++ b/apps/files_versions/tests/command/cleanuptest.php
@@ -28,6 +28,13 @@ use Test\TestCase;
use OC\User\Manager;
use OCP\Files\IRootFolder;
+/**
+ * Class CleanupTest
+ *
+ * @group DB
+ *
+ * @package OCA\Files_Versions\Tests\Command
+ */
class CleanupTest extends TestCase {
/** @var CleanUp */
diff --git a/apps/files_versions/tests/command/expiretest.php b/apps/files_versions/tests/command/expiretest.php
index eccc1f4c2ad..5048ab1ef31 100644
--- a/apps/files_versions/tests/command/expiretest.php
+++ b/apps/files_versions/tests/command/expiretest.php
@@ -25,6 +25,13 @@ namespace OCA\Files_Versions\Tests\Command;
use OCA\Files_Versions\Command\Expire;
use Test\TestCase;
+/**
+ * Class ExpireTest
+ *
+ * @group DB
+ *
+ * @package OCA\Files_Versions\Tests\Command
+ */
class ExpireTest extends TestCase {
public function testExpireNonExistingUser() {
$command = new Expire($this->getUniqueID('test'), '');