summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-29 15:02:27 +0200
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-29 15:02:27 +0200
commit66ebc2ee6fe09e1e8419f4b399cd2c7c155d533e (patch)
treed34edb4e3db6d944ecf204d84d54ec5e7c0ce2ea /tests
parent5bf7e6dd02c9e38c2c3ab078712c60c0a965109e (diff)
parenta85be14b626f606619639a2d5933cf373d9255a4 (diff)
downloadnextcloud-server-66ebc2ee6fe09e1e8419f4b399cd2c7c155d533e.tar.gz
nextcloud-server-66ebc2ee6fe09e1e8419f4b399cd2c7c155d533e.zip
Merge pull request #24337 from owncloud/add-db-group-for-required-tests
Add the DB group for preview tests that require the database
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/preview/movie.php7
-rw-r--r--tests/lib/preview/office.php7
2 files changed, 14 insertions, 0 deletions
diff --git a/tests/lib/preview/movie.php b/tests/lib/preview/movie.php
index c6b0c0f7322..0ad8c13fc63 100644
--- a/tests/lib/preview/movie.php
+++ b/tests/lib/preview/movie.php
@@ -21,6 +21,13 @@
namespace Test\Preview;
+/**
+ * Class Movie
+ *
+ * @group DB
+ *
+ * @package Test\Preview
+ */
class Movie extends Provider {
public function setUp() {
diff --git a/tests/lib/preview/office.php b/tests/lib/preview/office.php
index 22eeb0aed33..83eb5e2cecb 100644
--- a/tests/lib/preview/office.php
+++ b/tests/lib/preview/office.php
@@ -21,6 +21,13 @@
namespace Test\Preview;
+/**
+ * Class Office
+ *
+ * @group DB
+ *
+ * @package Test\Preview
+ */
class Office extends Provider {
public function setUp() {