diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-27 16:26:16 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-30 10:55:13 +0100 |
commit | 318e5e2864fdd209b77bf531ec3b6a997c9802d0 (patch) | |
tree | 3f7526f01fdece6659387ed9193e9289b8439d62 /tests | |
parent | 936c870a9b212076829fd65f0b2a2f67e043cea2 (diff) | |
download | nextcloud-server-318e5e2864fdd209b77bf531ec3b6a997c9802d0.tar.gz nextcloud-server-318e5e2864fdd209b77bf531ec3b6a997c9802d0.zip |
More group DB
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/files/pathverificationtest.php | 7 |
1 files changed, 7 insertions, 0 deletions
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 { /** |