Skip to content
Snippets Groups Projects
Commit 318e5e28 authored by Thomas Müller's avatar Thomas Müller
Browse files

More group DB

parent 936c870a
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,13 @@ class TestDoubleFileView extends \OC\Files\View { ...@@ -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 { class ObjectTree extends \Test\TestCase {
/** /**
......
...@@ -10,6 +10,13 @@ namespace Test\Files; ...@@ -10,6 +10,13 @@ namespace Test\Files;
use OC\Files\Storage\Local; use OC\Files\Storage\Local;
use OC\Files\View; use OC\Files\View;
/**
* Class PathVerification
*
* @group DB
*
* @package Test\Files
*/
class PathVerification extends \Test\TestCase { class PathVerification extends \Test\TestCase {
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment