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 /apps/files_trashbin | |
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 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/tests/command/cleanuptest.php | 7 | ||||
-rw-r--r-- | apps/files_trashbin/tests/storage.php | 7 | ||||
-rw-r--r-- | apps/files_trashbin/tests/trashbin.php | 2 |
3 files changed, 16 insertions, 0 deletions
diff --git a/apps/files_trashbin/tests/command/cleanuptest.php b/apps/files_trashbin/tests/command/cleanuptest.php index e928f55eb8b..82084a2d525 100644 --- a/apps/files_trashbin/tests/command/cleanuptest.php +++ b/apps/files_trashbin/tests/command/cleanuptest.php @@ -29,6 +29,13 @@ use Test\TestCase; use OC\User\Manager; use OCP\Files\IRootFolder; +/** + * Class CleanUpTest + * + * @group DB + * + * @package OCA\Files_Trashbin\Tests\Command + */ class CleanUpTest extends TestCase { /** @var CleanUp */ diff --git a/apps/files_trashbin/tests/storage.php b/apps/files_trashbin/tests/storage.php index 44b680f265c..3ebbbc3ec9d 100644 --- a/apps/files_trashbin/tests/storage.php +++ b/apps/files_trashbin/tests/storage.php @@ -27,6 +27,13 @@ namespace OCA\Files_trashbin\Tests\Storage; use OC\Files\Storage\Temporary; use OC\Files\Filesystem; +/** + * Class Storage + * + * @group DB + * + * @package OCA\Files_trashbin\Tests\Storage + */ class Storage extends \Test\TestCase { /** * @var string diff --git a/apps/files_trashbin/tests/trashbin.php b/apps/files_trashbin/tests/trashbin.php index 934f831ef74..1b5e955d2b2 100644 --- a/apps/files_trashbin/tests/trashbin.php +++ b/apps/files_trashbin/tests/trashbin.php @@ -29,6 +29,8 @@ use OCA\Files_Trashbin; /** * Class Test_Encryption + * + * @group DB */ class Test_Trashbin extends \Test\TestCase { |