diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-20 11:27:11 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-30 10:55:06 +0100 |
commit | 757aa45db7b884c28c118e28b7cd517059c61a32 (patch) | |
tree | 815796cfa49eea7d0e0827f222fc46b584cbb8a4 /tests/lib/encryption | |
parent | e265e982bf9f2572ef24d84dd777f48fff8993b4 (diff) | |
download | nextcloud-server-757aa45db7b884c28c118e28b7cd517059c61a32.tar.gz nextcloud-server-757aa45db7b884c28c118e28b7cd517059c61a32.zip |
Adding more DB groups to test suits
Adding more DB groups to test suits
Diffstat (limited to 'tests/lib/encryption')
-rw-r--r-- | tests/lib/encryption/decryptalltest.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/lib/encryption/decryptalltest.php b/tests/lib/encryption/decryptalltest.php index ce5bcf1e5ae..85fbe3e0ed9 100644 --- a/tests/lib/encryption/decryptalltest.php +++ b/tests/lib/encryption/decryptalltest.php @@ -30,6 +30,13 @@ use OC\Files\View; use OCP\IUserManager; use Test\TestCase; +/** + * Class DecryptAllTest + * + * @group DB + * + * @package Test\Encryption + */ class DecryptAllTest extends TestCase { /** @var \PHPUnit_Framework_MockObject_MockObject | IUserManager */ |