]> source.dussan.org Git - nextcloud-server.git/commitdiff
More group DB
authorThomas Müller <thomas.mueller@tmit.eu>
Fri, 27 Nov 2015 15:26:16 +0000 (16:26 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 30 Nov 2015 09:55:13 +0000 (10:55 +0100)
apps/dav/tests/unit/connector/sabre/objecttree.php
tests/lib/files/pathverificationtest.php

index 3a56404e552ac3380d346e43552744293d81ca39..1cea4ff0b696caa58133e6d3155f494f5473480e 100644 (file)
@@ -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 {
 
        /**
index 13fccd310f305a4ffe3c0cf6c689b856d58106fc..db393ce5e516730ccc5d6d0773e00c43d29bde7e 100644 (file)
@@ -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 {
 
        /**