From 318e5e2864fdd209b77bf531ec3b6a997c9802d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu> Date: Fri, 27 Nov 2015 16:26:16 +0100 Subject: [PATCH] More group DB --- apps/dav/tests/unit/connector/sabre/objecttree.php | 7 +++++++ tests/lib/files/pathverificationtest.php | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/apps/dav/tests/unit/connector/sabre/objecttree.php b/apps/dav/tests/unit/connector/sabre/objecttree.php index 3a56404e552..1cea4ff0b69 100644 --- a/apps/dav/tests/unit/connector/sabre/objecttree.php +++ b/apps/dav/tests/unit/connector/sabre/objecttree.php @@ -41,6 +41,13 @@ class TestDoubleFileView extends \OC\Files\View { } } +/** + * Class ObjectTree + * + * @group DB + * + * @package OCA\DAV\Tests\Unit\Connector\Sabre + */ class ObjectTree extends \Test\TestCase { /** diff --git a/tests/lib/files/pathverificationtest.php b/tests/lib/files/pathverificationtest.php index 13fccd310f3..db393ce5e51 100644 --- a/tests/lib/files/pathverificationtest.php +++ b/tests/lib/files/pathverificationtest.php @@ -10,6 +10,13 @@ namespace Test\Files; use OC\Files\Storage\Local; use OC\Files\View; +/** + * Class PathVerification + * + * @group DB + * + * @package Test\Files + */ class PathVerification extends \Test\TestCase { /** -- GitLab